mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.