]> Repositorios git - scryer-prolog.git/commitdiff
clarify format of public key
authorMarkus Triska <[email protected]>
Wed, 20 May 2020 21:17:42 +0000 (23:17 +0200)
committerMarkus Triska <[email protected]>
Wed, 20 May 2020 21:17:42 +0000 (23:17 +0200)
src/prolog/lib/crypto.pl

index 5807292e7063b67959a90f3e8f2f14fb8554c3bd..0723fb296b3ad97530cf7d5394ae9f972bc6c61c 100644 (file)
@@ -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