mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
keccak: rename aarch64_sha3 module to armv8 (#25)
This is more consistent with the other crates we have which implement ARMv8 intrinsics, such as the `aes` and `polyal` crates.
This commit is contained in:
parent
a687839512
commit
4e36eefaa0
@ -50,10 +50,10 @@ use core::{
|
||||
mod unroll;
|
||||
|
||||
#[cfg(all(target_arch = "aarch64", feature = "asm"))]
|
||||
mod aarch64_sha3;
|
||||
mod armv8;
|
||||
|
||||
#[cfg(all(target_arch = "aarch64", feature = "asm"))]
|
||||
pub use aarch64_sha3::f1600_asm;
|
||||
pub use armv8::f1600_asm;
|
||||
|
||||
#[cfg(all(target_arch = "aarch64", feature = "asm"))]
|
||||
cpufeatures::new!(armv8_sha3_intrinsics, "sha3");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user