[−][src]Function tink_aead::aes256_ctr_hmac_sha512_key_template
pub fn aes256_ctr_hmac_sha512_key_template() -> KeyTemplate
Return a KeyTemplate
that generates an AES-CTR-HMAC-AEAD key with the following parameters:
- AES key size: 32 bytes
- AES CTR IV size: 16 bytes
- HMAC key size: 64 bytes
- HMAC tag size: 64 bytes
- HMAC hash function: SHA512