#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

#54 in #keccak

Download history 6/week @ 2024-12-08 536/week @ 2025-02-02

536 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