rage/age-core
Jack Grigg 7243768a61 age-core: Un-nest Base64 decoding in read::wrapped_encoded_data
Instead of checking that each line is individually valid Base64, just
check line lengths. The no-padding-character check is moved to the end,
and the final Base64 decode is now load-bearing.

The parser structure has also been simplified using `nom` combinators.
2021-08-07 22:16:48 +01:00
..
src age-core: Un-nest Base64 decoding in read::wrapped_encoded_data 2021-08-07 22:16:48 +01:00
Cargo.toml rand 0.8 and rsa 0.5 2021-08-07 07:35:08 +01:00
CHANGELOG.md Bump MSRV to 1.51.0 2021-08-07 07:33:56 +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.