correct mode indication for ed25519_verify/4

Noted by @notoria in #545. Many thanks!
This commit is contained in:
Markus Triska
2020-05-21 01:27:06 +02:00
parent 72bf45912e
commit 93da831ef0

View File

@@ -24,7 +24,7 @@
ed25519_new_keypair/1, % -KeyPair
ed25519_keypair_public_key/2, % +KeyPair, +PublicKey
ed25519_sign/4, % +KeyPair, +Data, -Signature, +Options
ed25519_verify/4, % +PublicKey, +Data, -Signature, +Options
ed25519_verify/4, % +PublicKey, +Data, +Signature, +Options
crypto_name_curve/2, % +Name, -Curve
crypto_curve_order/2, % +Curve, -Order
crypto_curve_generator/2, % +Curve, -Generator