Module min_jwt::algorithm

source ·
Expand description

Algorithms used to sign the JWT.

The algorithms listed here are not comprehensive. The types are used to represent various properties of the algorithms.

Structs

  • ECDSA using P-256 and SHA-256.
  • HMAC using SHA-256.
  • RSASSA-PKCS-v1_5 using SHA-256.

Traits