pub fn aes128_gcm_hkdf_1mb_key_template() -> KeyTemplate
Expand description

Return a KeyTemplate that generates an AES-GCM key with the following parameters:

  • Main key size: 16 bytes
  • HKDF algo: HMAC-SHA256
  • Size of AES-GCM derived keys: 16 bytes
  • Ciphertext segment size: 1048576 bytes (1 MB)