aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-11-12 13:36:31 +0100
committerHans Nilsson <[email protected]>2018-11-19 17:23:14 +0100
commit20372507a3192aa30c8cb45c10a8c698d30de8b3 (patch)
tree90f2b3ff2adbdf129866464c188bbab51f61a582 /lib/public_key
parentcb01e21518a36a14e1a86fa6540f95ddb87c5f1e (diff)
downloadotp-20372507a3192aa30c8cb45c10a8c698d30de8b3.tar.gz
otp-20372507a3192aa30c8cb45c10a8c698d30de8b3.tar.bz2
otp-20372507a3192aa30c8cb45c10a8c698d30de8b3.zip
public_key: Add Edward curves to the documentation
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/public_key.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml
index a4d7e4a734..ee3877ddd0 100644
--- a/lib/public_key/doc/src/public_key.xml
+++ b/lib/public_key/doc/src/public_key.xml
@@ -109,6 +109,13 @@
</datatype>
<datatype>
+ <name name="ed_public_key"/>
+ <desc>
+ <warning><p>This format of the EdDSA curves is temporary and may change without prior notice!</p></warning>
+ </desc>
+ </datatype>
+
+ <datatype>
<name name="private_key"/>
<name name="rsa_private_key"/>
<name name="dsa_private_key"/>
@@ -118,6 +125,14 @@
</datatype>
<datatype>
+ <name name="ed_private_key"/>
+ <desc>
+ <warning><p>This format of the EdDSA curves is temporary and may change without prior notice!</p></warning>
+ </desc>
+ </datatype>
+
+
+ <datatype>
<name name="key_params"/>
<desc>
</desc>