rust-aegis
rust-aegis copied to clipboard
AEGIS high performance ciphers for Rust.
Ref commit message: https://github.com/jedisct1/rust-aegis/commit/ec3aedd77d6876df686f6425ae22d9a0ce660c23 This can be removed by using Cargo environment variables in build.rs if ok removing it - e.g. in [build.rs in curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/curve25519-dalek/build.rs#L30) to gate them up further...
Hey thanks for working on this! Great stuff Would you be open to moving the `cfg(feature = "pure-rust")` into as: `cfg("aegis_backend" = "libaegis" | "rust" | ..)` Happy to send...