Module jwt::algorithm::rust_crypto
source · Expand description
RustCrypto implementations of signing and verifying algorithms. According to that organization, only hmac is safely implemented at the moment.
Traits§
- A trait used to make the implementation of
SigningAlgorithm
andVerifyingAlgorithm
easier. RustCrypto crates tend to have algorithm types defined at the type level, so they cannot accept a self argument.