ADDED: Reasoning about elliptic curves in library(crypto).
This is useful to establish shared secrets, using ECDH key exchange. Note that CLP(ℤ) goal expansion is currently disabled due to #445, and this slows down the computations considerably for the time being.
This commit is contained in:
@@ -378,7 +378,8 @@ The modules that ship with Scryer Prolog are also called
|
||||
* [`sockets`](src/prolog/lib/sockets.pl)
|
||||
Predicates for opening and accepting TCP connections as streams.
|
||||
* [`crypto`](src/prolog/lib/crypto.pl)
|
||||
Cryptographically secure random numbers and hashes.
|
||||
Cryptographically secure random numbers and hashes, and
|
||||
reasoning about elliptic curves.
|
||||
|
||||
To read contents of external files, use `phrase_from_file/2` from
|
||||
[`library(pio)`](src/prolog/lib/pio.pl) to apply a DCG to
|
||||
|
||||
Reference in New Issue
Block a user