diff options
Diffstat (limited to 'Standards.adoc')
| -rw-r--r-- | Standards.adoc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Standards.adoc b/Standards.adoc index 08f1e20..f11ce2d 100644 --- a/Standards.adoc +++ b/Standards.adoc @@ -78,9 +78,19 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u . Key Length .. 56, 128, 196, 256 . Operation Mode +.. Electronic Codebook Mode (ECB) +.. Cipher Block Chaining Mode (CBC) +.. Counter Mode (CTR) +.. Galois Counter Mode (GCM) +.. XOR-Encrypt-XOR (XEX) +.. XEX-based Tweaked-Codebook mode with ciphertext stealing (XTS) +.. Synthetic Initialization Vector (SIV) +.. Encrypt Mix Encrypt (EME) +.. Cipher Feedback Mode (CFB) . IANA CipherSuite . Hash -.. MAC +.. Message Authentication Code (MAC) +.. HMAC . PQC . PQC-Hybrid |
