aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc/src/public_key.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-11-19 17:25:48 +0100
committerHans Nilsson <[email protected]>2018-11-19 17:25:48 +0100
commitd743f51960384dd17ae3cb905ec57e8012c3abd7 (patch)
treec2a4513390277c23732461a0922b2a02d1a9a59a /lib/public_key/doc/src/public_key.xml
parent68b7a5fb25a06131220e01876c0b1e5434161da3 (diff)
parent20372507a3192aa30c8cb45c10a8c698d30de8b3 (diff)
downloadotp-d743f51960384dd17ae3cb905ec57e8012c3abd7.tar.gz
otp-d743f51960384dd17ae3cb905ec57e8012c3abd7.tar.bz2
otp-d743f51960384dd17ae3cb905ec57e8012c3abd7.zip
Merge branch 'hans/crypto/eddsa/OTP-15419' into maint
* hans/crypto/eddsa/OTP-15419: public_key: Add Edward curves to the documentation public_key: Add ed25519 and ed448 sign/verify crypto: Add Edward curves to the documentation crypto: Add eddsa test case (ed25519 and ed448) crypto: Add ed25519 and ed448 sign/verify
Diffstat (limited to 'lib/public_key/doc/src/public_key.xml')
-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>