Expand description
RustCrypto: JOSE B64
This crate provides base64 utilities for use in other JOSE crates. Features include:
- Base64 streaming encoders and decoders
serde
utilities for working nested JSON and base64 with theserde
orjson
feature flags- Safe handling of cyptographic data with the
secret
feature flag
Minimum Supported Rust Version
This crate requires Rust 1.65 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
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.
Re-exports
pub use base64ct;
Modules
- serde
serde
Utilities for encoding serde types - Streamed encoding/decoding types