Skip to content

Commit 20cbae3

Browse files
committed
NIST SP 800-232 Ascon-AEAD128 test vectors
Augments the existing pre-standardization (v1.2) ASCON AEAD test vectors with SP 800-232 standardization vectors. These vectors were generated with LLM help using the Trail of Bits vector forge skill and mutation testing. The produced vectors were then cross-verified with several existing ASCON AEAD implementations. See https://github.com/cpu/ascon-wycheproof-gen for more detail.
1 parent 5722833 commit 20cbae3

2 files changed

Lines changed: 3590 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ including
3939
- AES-GCM
4040
- AES-SIV
4141
- ARIA
42-
- ASCON v1.2 (not yet SP 800-232)
42+
- ASCON v1.2 AEAD (Ascon-128, Ascon-128a, Ascon-80pq; pre-standardization)
43+
- NIST SP 800-232 Ascon-AEAD128
4344
- Camellia
4445
- ChaCha20-Poly1305
4546
- [Chunked encryption (Cobblestone)](doc/c2sp_chunked_encryption.md)

0 commit comments

Comments
 (0)