ADDED: Public key signatures and signature verification with Ed25519

This commit is contained in:
Markus Triska
2020-05-20 18:30:34 +02:00
parent a0544cc345
commit ad3be5c848
4 changed files with 82 additions and 3 deletions

View File

@@ -380,6 +380,7 @@ The modules that ship with Scryer Prolog are also called
* [`crypto`](src/prolog/lib/crypto.pl)
Cryptographically secure random numbers and hashes, HMAC-based
key derivation (HKDF), password-based key derivation (PBKDF2),
public key signatures and signature verification with Ed25519,
authenticated encryption, and reasoning about elliptic curves.
To read contents of external files, use `phrase_from_file/2` from