[−][src]Crate tink_prf
This crate provides implementations of the tink_core::Prf
primitive.
Modules
subtle | Provides subtle implementations of the |
Structs
Set |
|
Constants
AES_CMAC_PRF_KEY_VERSION | Maximal version of AES-CMAC PRF keys. |
AES_CMAC_PRF_TYPE_URL | Type URL of AES-CMAC PRF keys that Tink supports. |
HKDF_PRF_KEY_VERSION | Maximal version of HKDF PRF keys. |
HKDF_PRF_TYPE_URL | Type URL of HKDF PRF keys that Tink supports. |
HMAC_PRF_KEY_VERSION | Maximal version of HMAC PRF keys. |
HMAC_PRF_TYPE_URL | Type URL of HMAC PRF keys that Tink supports. |
UPSTREAM_VERSION | The upstream Tink version that this Rust port is based on. |
Functions
aes_cmac_prf_key_template | Return a |
hkdf_sha256_prf_key_template | Return a |
hmac_sha256_prf_key_template | Return a |
hmac_sha512_prf_key_template | Return a |
init | Initialize the |