rage/age-core
Jack Grigg d332c31437 chacha20poly1305 0.9
We switch from the c2-chacha crate to the chacha20 crate, as the latter
is now close to equivalent performance (equivalent when compiled with
`RUSTFLAGS="-Ctarget-feature=+avx2"`), and is no longer optional
upstream.
2021-08-29 18:26:12 +01:00
..
src chacha20poly1305 0.9 2021-08-29 18:26:12 +01:00
Cargo.toml chacha20poly1305 0.9 2021-08-29 18:26:12 +01:00
CHANGELOG.md age-core: Defer Base64 decoding entirely 2021-08-08 00:44:02 +01:00
README.md Update READMEs 2020-07-29 02:06:18 +12:00

age-core Rust library

This crate contains common structs and functions used across the age crates.

You are probably looking for the age crate itself. You should only need to directly depend on this crate if you are implementing a custom recipient type.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.