Crates.io | jose-jwa |
lib.rs | jose-jwa |
version | 0.1.2 |
source | src |
created_at | 2022-09-05 16:21:44.299176 |
updated_at | 2023-08-21 12:28:41.694165 |
description | Pure Rust implementation of the JSON Web Algorithm (JWA) component of the Javascript Object Signing and Encryption (JOSE) specification as described in RFC7518 |
homepage | |
repository | https://github.com/RustCrypto/JOSE/tree/master/jose-jwa |
max_upload_size | |
id | 658935 |
size | 20,307 |
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.
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.
Licensed under either of:
at your option.
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.