//! Algorithms used to sign the JWT.
//!
//! The algorithms listed here are not comprehensive. The types are used to
//! represent various properties of the algorithms.
/// A marker trait for an Algorithm.
/// ECDSA using P-256 and SHA-256.
;
/// HMAC using SHA-256.
;
/// RSASSA-PKCS-v1_5 using SHA-256.
;