]> Repositorios git - scryer-prolog.git/commit
ADDED: library(crypto): Support for additional authenticated data (AAD).
authorMarkus Triska <[email protected]>
Wed, 5 Aug 2020 18:09:07 +0000 (20:09 +0200)
committerMarkus Triska <[email protected]>
Wed, 5 Aug 2020 18:09:07 +0000 (20:09 +0200)
commita622ffddfe529a172d2c9a7eb3cf7166fbeccd00
treec285272532ae4749db8af82c216a600830c53d3a
parent79cf0c63c43a590873fe1062722756484d21f60b
ADDED: library(crypto): Support for additional authenticated data (AAD).

Additional authenticated data can now be specified with the new
aad(Chars) option for encryption and decryption. It is authenticated,
but not encrypted.
src/clause_types.rs
src/lib/crypto.pl
src/machine/system_calls.rs