[−][src]Module rc_crypto::hmac
Structs
| Signature | A calculated signature value. This is a type-safe wrappper that discourages attempts at comparing signatures for equality, which might naively be done using a non-constant-time comparison. |
| SigningKey | A key to use for HMAC signing. |
| VerificationKey | A key to use for HMAC authentication. |
Functions
| sign | Calculate the HMAC of |
| verify | Calculate the HMAC of |
| verify_with_own_key | Equivalent to |