mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
If a Base64 line has length 2 or 3 mod 4, there are more bits in the encoding characters than can be decoded into bytes. RFC 4648 states: For example, if the input is only one octet for a base 64 encoding, then all six bits of the first symbol are used, but only the first two bits of the next symbol are used. These pad bits MUST be set to zero by conforming encoders, which is described in the descriptions on padding below. The `base64` crate enforces this check, but in the 0.7.0 refactor we forgot to enforce it ourselves. |
||
---|---|---|
.. | ||
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.