]> Repositorios git - scryer-prolog.git/commit
ADDED: crypto_n_random_bytes/2, creating cryptographically secure random bytes
authorMarkus Triska <[email protected]>
Tue, 12 May 2020 22:22:17 +0000 (00:22 +0200)
committerMarkus Triska <[email protected]>
Tue, 12 May 2020 22:36:27 +0000 (00:36 +0200)
commit716fde5784a1c0e2d4a9137c7e99d6ea18a7fb0c
tree6f0c1577b79c98860d881e082d2d81f2238b8df7
parentc70b873397e1fa1d8ead1d7161cdfbdcde214748
ADDED: crypto_n_random_bytes/2, creating cryptographically secure random bytes

The ring crate is used since it will be needed also for future
predicates in library(crypto).
Cargo.toml
src/prolog/clause_types.rs
src/prolog/lib/crypto.pl
src/prolog/machine/system_calls.rs