From e254d84710b5ccf64310145d063f197923c9dced Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Wed, 20 May 2020 23:17:42 +0200 Subject: [PATCH] clarify format of public key --- src/prolog/lib/crypto.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prolog/lib/crypto.pl b/src/prolog/lib/crypto.pl index 5807292e..0723fb29 100644 --- a/src/prolog/lib/crypto.pl +++ b/src/prolog/lib/crypto.pl @@ -640,6 +640,7 @@ encoding_bytes(utf8, Cs, Bs) :- - ed25519_keypair_public_key(+Pair, -PublicKey) PublicKey is the public key of the given key pair. The public key can be used for signature verification, and can be shared freely. + The public key is represented as a list of characters. - ed25519_sign(+Key, +Data, -Signature, +Options) Key and Data must be lists of characters. Key is a private key or -- 2.54.0