Module aes_hash

Source
Expand description

Correlation robust AES hash.

This implementation of a correlation robust AES hash function is based on the findings of https://eprint.iacr.org/2019/074.

Structs§

AesHash
AES accelerated hashing of Blocks.

Statics§

FIXED_KEY_HASH
An AesHash with a fixed key.