]> Repositorios git - scryer-prolog.git/commitdiff
"PrivateKey" --> "KeyPair"
authorMarkus Triska <[email protected]>
Wed, 20 May 2020 22:14:15 +0000 (00:14 +0200)
committerMarkus Triska <[email protected]>
Wed, 20 May 2020 22:14:15 +0000 (00:14 +0200)
src/prolog/lib/crypto.pl

index d4ebf2e5d30fa28849ca78098befd0251f553523..8c255a4c001810816c93611d509f1d8bdf6b879a 100644 (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