jose-jwa

Crates.iojose-jwa
lib.rsjose-jwa
version0.1.2
sourcesrc
created_at2022-09-05 16:21:44.299176
updated_at2023-08-21 12:28:41.694165
descriptionPure Rust implementation of the JSON Web Algorithm (JWA) component of the Javascript Object Signing and Encryption (JOSE) specification as described in RFC7518
homepage
repositoryhttps://github.com/RustCrypto/JOSE/tree/master/jose-jwa
max_upload_size
id658935
size20,307
semver-owners (github:rust-lang-nursery:semver-owners)

documentation

https://docs.rs/jose-jwa

README

RustCrypto: JOSE JWA

Crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

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.

Documentation

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.

Commit count: 0

cargo fmt