"PrivateKey" --> "KeyPair"

This commit is contained in:
Markus Triska
2020-05-21 00:14:15 +02:00
parent 5d94276c4f
commit 72bf45912e

View File

@@ -23,7 +23,7 @@
crypto_data_decrypt/6, % +CipherText, +Algorithm, +Key, +IV, -PlainText, +Options
ed25519_new_keypair/1, % -KeyPair
ed25519_keypair_public_key/2, % +KeyPair, +PublicKey
ed25519_sign/4, % +PrivateKey, +Data, -Signature, +Options
ed25519_sign/4, % +KeyPair, +Data, -Signature, +Options
ed25519_verify/4, % +PublicKey, +Data, -Signature, +Options
crypto_name_curve/2, % +Name, -Curve
crypto_curve_order/2, % +Curve, -Order