Crates.io | keccak_prime |
lib.rs | keccak_prime |
version | 0.1.0 |
source | src |
created_at | 2023-11-09 14:32:49.644069 |
updated_at | 2023-11-09 14:32:49.644069 |
description | The hashing algorithm that keeps your blockchain green |
homepage | https://a-block.io |
repository | https://github.com/ABlockOfficial/Keccak-Prime |
max_upload_size | |
id | 1030202 |
size | 108,624 |
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"