- INPUTS
- IVe (Initialization vector E) - 16 Bytes {Nonce (16 Bytes) Xor Address}
- Ke (Key Encryption) - 16 Bytes / 32 Bytes
- PT-Low (Plain Text Low) - 16 Bytes
- PT-High (Plain Text High) - 16 Bytes
- Ka (Key Authentication) - 16 Bytes
- OUTPUTS
- CT-Low (Ciphertext Low) - 16 Bytes
- CT- High (Ciphertext High) - 16 Bytes
- Write MAC (Write Message Authentication Code) - 4 Bytes
Note: Nonce is SW loaded value seeded optionally from TRNG as part
of Boot-UP