[][src]Module jwt_compact::alg

Implementations of JWT signing / verification algorithms.

Structs

Ed25519

Integrity algorithm using digital signatures on the Ed25519 elliptic curve.

Es256k

Algorithm implementing elliptic curve digital signatures (ECDSA) on the secp256k1 curve.

Hs256Key

Signing / verifying key for HS256 algorithm. Zeroed on drop.

Hs256

HS256 signing algorithm.

Hs384Key

Signing / verifying key for HS384 algorithm. Zeroed on drop.

Hs384

HS384 signing algorithm.

Hs512Key

Signing / verifying key for HS512 algorithm. Zeroed on drop.

Hs512

HS512 signing algorithm.