summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-09-03 15:12:43 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-09-03 15:12:43 +0200
commit2139d2b8b703181701d2608357fdaf630c7f5711 (patch)
tree98942214daa64843a0d5fc904b0224e91e3468c4 /README.org
parentdc46e5fb58f3e5aed2f8e3d37f9e27bba22bff54 (diff)
Add list-all-key-pair-kinds function
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
index 7d9eb43..8b892e7 100644
--- a/README.org
+++ b/README.org
@@ -1075,6 +1075,15 @@ a Diffie-Hellman exchange with Bob's Elgamal key pair:
(generate-key-pair :elgamal :compatible-with-key bob-public-key)
#+END_EXAMPLE
+
+#+NAME: list-all-key-pair-kinds
+#+BEGIN_SRC lisp
+(list-all-key-pair-kinds) => list
+#+END_SRC
+
+Returns a list of key pair kinds that may be validly passed to
+[[generate-key-pair][generate-key-pair]].
+
*** Key construction
#+NAME: make-public-key