bh-jws-utils

Crates.iobh-jws-utils
lib.rsbh-jws-utils
version0.5.1
created_at2025-04-01 11:34:06.033843+00
updated_at2025-09-12 14:01:31.55532+00
descriptionTBTL's library for handling JSON Web Signatures (JWS).
homepage
repositoryhttps://github.com/blockhousetech/eudi-rust-core
max_upload_size
id1614732
size112,610
(tbtldevops)

documentation

README

bh-jws-utils

This library provides functionality for working with JSON Web Signatures (JWS) for use in other The Blockhouse Technology Limited (TBTL) projects.

Details

The primary way to use this library is via the JwtSigner and JwtVerifier traits, which provide functionality for signing JWTs and verifying signed JWTs. A default openssl backed implementation of these traits is available by using the openssl_impl::Es256Signer and openssl:impl:Es256Verifier structs which implement JwtSigner and JwtVerifier respectively.

For additional documentation & examples, take a look at the crate documentation.

Changelog

The changelog can be found here.

License

Licensed under GNU Affero General Public License, Version 3.

Commit count: 55

cargo fmt