[][src]Module jwt::algorithm::rust_crypto

RustCrypto implementations of signing and verifying algorithms. According to that organization, only hmac is safely implemented at the moment.

Traits

TypeLevelAlgorithmType

A trait used to make the implementation of SigningAlgorithm and VerifyingAlgorithm easier. RustCrypto crates tend to have algorithm types defined at the type level, so they cannot accept a self argument.