Module jws::crypto

source ·
Expand description

Verifier and Signer implementations using rust-crypto.

Structs

Message verifier that supports the HS256, HS384 and HS512 algorithms using rust-crypto.
Message signer that supports the HS256, HS384 and HS512 algorithms using rust-crypto.

Functions

Create a HS256 signer.
Create a HS384 signer.
Create a HS512 signer.