keccak_prime

Crates.iokeccak_prime
lib.rskeccak_prime
version0.1.0
sourcesrc
created_at2023-11-09 14:32:49.644069
updated_at2023-11-09 14:32:49.644069
descriptionThe hashing algorithm that keeps your blockchain green
homepagehttps://a-block.io
repositoryhttps://github.com/ABlockOfficial/Keccak-Prime
max_upload_size
id1030202
size108,624
Byron (BHouwens)

documentation

https://a-block.io

README

Keccak Prime

The hashing algorithm that keeps your PoW blockchain green.

To make use of CPU acceleration for AES, provide the following compilation flags:

RUSTFLAGS="-Ctarget-cpu=sandybridge -Ctarget-feature=+aes,+sse2,+sse4.1,+ssse3"
Commit count: 19

cargo fmt