mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
Replaces these non-additive "features" with a 1-of-n backend selection enabled by using `cfg` instead. - `asm` => `--cfg keccak_backend="armv8_asm"` - `simd` => `--cfg keccak_backend="simd"` Closes #85