]> Repositorios git - scryer-prolog.git/commit
ADDED: HMAC-based key derivation (HKDF) via crypto_data_hkdf/4
authorMarkus Triska <[email protected]>
Thu, 14 May 2020 18:07:59 +0000 (20:07 +0200)
committerMarkus Triska <[email protected]>
Thu, 14 May 2020 18:07:59 +0000 (20:07 +0200)
commit50776748a7b864f48548073da85432586a1d0cfe
tree776b7d6f1f705f6815f5ca53d4ecd3d84102551b
parentc07274a6fa7938ed9e78346e26cc13f347e5636f
ADDED: HMAC-based key derivation (HKDF) via crypto_data_hkdf/4

This is useful to generate keys and initialization vectors
from suitable input keying material, so that future predicates
for symmetric encryption can be used with appropriate parameters.
README.md
src/prolog/clause_types.rs
src/prolog/lib/crypto.pl
src/prolog/machine/machine_state_impl.rs
src/prolog/machine/system_calls.rs