mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
asm feature; use cpufeatures on aarch64 (#24)
Gates `asm` support under a crate feature. Uses the `cpufeatures` crate to detect the presence of the `sha3` extension for ARMv8 CPUs, automatically falling back to a software implementation if it isn't available. When the `asm` feature is enabled on `aarch64` targets, exposes `f1600_asm` that relies on ARMv8 `sha3` hardware intrinsics.
RustCrypto: Sponge Functions
Collection of sponge functions written in pure Rust.
Supported Algorithms
| Crate | Algorithm | Crates.io | Documentation |
|---|---|---|---|
keccak |
Keccak |
License
All crates licensed under either of
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Description
Languages
Rust
100%