#json-web #javascript-object #jose #signing #encryption #algorithm #pure

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

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

#2477 in Cryptography

Download history 1/week @ 2023-11-20 1/week @ 2023-11-27 2/week @ 2023-12-18 1/week @ 2024-01-08 18/week @ 2024-01-15 95/week @ 2024-01-22 96/week @ 2024-01-29 87/week @ 2024-02-05 106/week @ 2024-02-12 100/week @ 2024-02-19 233/week @ 2024-02-26 184/week @ 2024-03-04

623 downloads per month
Used in 4 crates (3 directly)

Apache-2.0 OR MIT

8KB
83 lines

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.

Dependencies

~0.4–1MB
~24K SLoC