4 releases
0.1.2 | Aug 21, 2023 |
---|---|
0.1.1 | Aug 19, 2023 |
0.1.0 | May 21, 2023 |
0.0.0 | Sep 5, 2022 |
#2624 in Cryptography
11,878 downloads per month
Used in 4 crates
(3 directly)
8KB
83 lines
RustCrypto: JOSE JWA
Pure Rust implementation of the JSON Web Algorithm (JWA) component of the Javascript Object Signing and Encryption (JOSE) specification as described in RFC7518.
JWAs specify encryption and signing algorithms that can be used for values in
JOSE "alg"
keys. This crate provides an enum representation of the allowed
algorithms.
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.
Dependencies
~0.4–1MB
~23K SLoC