#keccak #keccak-f #crypto #no-std

yanked keccak-p

High-performance implementation of the Keccak-p permutation

2 releases

0.1.1 Sep 16, 2022
0.1.0 May 7, 2022

#47 in #keccak

Download history

780 downloads per month
Used in cyclist

MIT/Apache

24KB
494 lines

keccak-p

High performance, pure-Rust implementation of the Keccak-p permutation.

Optimized for generic 64-bit performance.

License

Copyright © 2022 Coda Hale

Distributed under the Apache License 2.0 or MIT License.


lib.rs:

High-performance, pure-Rust implementation of the Keccak-p permutation.

Optimized for generic 64-bit processors.

No runtime deps