diff options
author | Hans Nilsson <[email protected]> | 2018-11-19 17:26:10 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-11-19 17:26:10 +0100 |
commit | 0fc332c2ba37772c3d4510c1b0235994de73b5b2 (patch) | |
tree | dc3e3b0fd92ec9291dcba873732eded70385be0a /lib/public_key/doc | |
parent | 3826f8f3580d62f53a8990de4c731a07313d34dc (diff) | |
parent | d743f51960384dd17ae3cb905ec57e8012c3abd7 (diff) | |
download | otp-0fc332c2ba37772c3d4510c1b0235994de73b5b2.tar.gz otp-0fc332c2ba37772c3d4510c1b0235994de73b5b2.tar.bz2 otp-0fc332c2ba37772c3d4510c1b0235994de73b5b2.zip |
Merge branch 'maint'
* maint:
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')
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 15 |
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 1b588018e4..9523a3b7c2 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> |