]> Repositorios git - scryer-prolog.git/commit
Authenticated encryption in library(crypto), new encoding/1 option for hashes (#515)
authorMarkus Triska <[email protected]>
Sat, 16 May 2020 17:51:41 +0000 (19:51 +0200)
committerGitHub <[email protected]>
Sat, 16 May 2020 17:51:41 +0000 (11:51 -0600)
commit862ae26631694f62d1e330fdb353a5b47853ce68
tree4d6c29d4d4c1a33ae3def09287e7457453b34e66
parent9e0208ec712901a7484cdc275117688a5da86235
Authenticated encryption in library(crypto), new encoding/1 option for hashes (#515)

* shorten n_newlines//1

* remove unneeded variable

* ADDED: authenticated encryption and decryption with ChaCha20-Poly1305

* ADDED: encoding/1 option for crypto_data_hash/3 and crypto_data_hkdf/4
README.md
src/prolog/clause_types.rs
src/prolog/lib/crypto.pl
src/prolog/lib/format.pl
src/prolog/machine/system_calls.rs