We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Instead of #[cfg(feature = "no_unroll")] we should use #[cfg(keccak_backend="soft-compact")] similarly to other our crates, e.g. sha2 and aes.
#[cfg(feature = "no_unroll")]
#[cfg(keccak_backend="soft-compact")]
sha2
aes
Activity