k210-sdk-stuff/rust/cryptest
Wladimir J. van der Laan 68ddf3b1bc rust: Add function that directly hashes 32-bit units
This is almost two times as fast, apparently, however it requires
the input to be aligned to 32 bit and be a multiple of 32 bits.
This should be special-cased.
2020-04-29 20:39:29 +00:00
..
src rust: Add function that directly hashes 32-bit units 2020-04-29 20:39:29 +00:00
.gitignore rust: Add cryptest 2020-04-13 16:31:09 +00:00
Cargo.toml rust: Add benchmark comparing to software implementation 2020-04-29 16:51:03 +00:00
README.md rust: Add cryptest 2020-04-13 16:31:09 +00:00

cryptest

Test the cryptographic acceleration engines of the K210.