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