#keccak #crypto #keccak-f #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

#31 in #keccak

Download history 245/week @ 2023-12-01 266/week @ 2023-12-08 316/week @ 2023-12-15 84/week @ 2023-12-22 256/week @ 2023-12-29 192/week @ 2024-01-05 267/week @ 2024-01-12 302/week @ 2024-01-19 249/week @ 2024-01-26 345/week @ 2024-02-02 403/week @ 2024-02-09 476/week @ 2024-02-16 298/week @ 2024-02-23 189/week @ 2024-03-01 105/week @ 2024-03-08 9/week @ 2024-03-15

707 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