mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
The following crates now have a new `cfg` for backend selection: - `ascon`: `--cfg ascon_backend="soft-compact"` - `keccak`: `--cfg keccak_backend="soft-compact"` This replaces the previous crate features, as suggested in #85