mention symmetric encryption and ChaCha20-Poly1305

This commit is contained in:
Markus Triska
2020-07-12 11:58:39 +02:00
parent 88a2b82f7e
commit b227e160f0

View File

@@ -445,10 +445,11 @@ The modules that ship with Scryer Prolog are also called
* [`os`](src/lib/os.pl) * [`os`](src/lib/os.pl)
Predicates for reasoning about environment variables. Predicates for reasoning about environment variables.
* [`crypto`](src/lib/crypto.pl) * [`crypto`](src/lib/crypto.pl)
Cryptographically secure random numbers and hashes, HMAC-based Cryptographically secure random numbers and hashes, HMAC-based key
key derivation (HKDF), password-based key derivation (PBKDF2), derivation (HKDF), password-based key derivation (PBKDF2),
public key signatures and signature verification with Ed25519, public key signatures and signature verification with Ed25519,
authenticated encryption, and reasoning about elliptic curves. authenticated symmetric encryption with ChaCha20-Poly1305, and
reasoning about elliptic curves.
To use predicates provided by the `lists` library, write: To use predicates provided by the `lists` library, write: