diff --git a/README.md b/README.md index 4b12767..5a75c3f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ including - AES-GCM - AES-SIV - ARIA -- ASCON +- ASCON v1.2 (not yet SP 800-232) - Camellia - ChaCha20-Poly1305 - XChaCha20-Poly1305 diff --git a/testvectors_v1/ascon128_test.json b/testvectors_v1/ascon128_test.json index c368193..a67410d 100644 --- a/testvectors_v1/ascon128_test.json +++ b/testvectors_v1/ascon128_test.json @@ -3,6 +3,11 @@ "schema": "aead_test_schema_v1.json", "numberOfTests": 192, "header": [ + "These test vectors implement Ascon-128 v1.2, the final-round submission to the", + "NIST Lightweight Cryptography competition. This variant was NOT standardized:", + "NIST SP 800-232 defines only Ascon-AEAD128, which is a distinct algorithm and", + "is not interoperable with Ascon-128. These vectors are not suitable for", + "testing an SP 800-232 implementation.", "Test vectors of type AeadTest test authenticated encryption with additional data.", "The test vectors are intended for testing both encryption and decryption.", "Test vectors with \"result\" : \"valid\" are valid encryptions.", diff --git a/testvectors_v1/ascon128a_test.json b/testvectors_v1/ascon128a_test.json index 9277351..02c2052 100644 --- a/testvectors_v1/ascon128a_test.json +++ b/testvectors_v1/ascon128a_test.json @@ -3,6 +3,12 @@ "schema": "aead_test_schema_v1.json", "numberOfTests": 192, "header": [ + "These test vectors implement Ascon-128a v1.2, the final-round submission to", + "the NIST Lightweight Cryptography competition. Ascon-AEAD128 as standardized", + "in NIST SP 800-232 is derived from Ascon-128a but is NOT interoperable with", + "it: initialization vector, byte ordering, padding, and domain separation are", + "different. As a result these vectors are not suitable for testing an SP 800-232", + "implementation.", "Test vectors of type AeadTest test authenticated encryption with additional data.", "The test vectors are intended for testing both encryption and decryption.", "Test vectors with \"result\" : \"valid\" are valid encryptions.", diff --git a/testvectors_v1/ascon80pq_test.json b/testvectors_v1/ascon80pq_test.json index 64e0d6a..f716d2d 100644 --- a/testvectors_v1/ascon80pq_test.json +++ b/testvectors_v1/ascon80pq_test.json @@ -3,6 +3,11 @@ "schema": "aead_test_schema_v1.json", "numberOfTests": 192, "header": [ + "These test vectors implement Ascon-80pq v1.2, the final-round submission to", + "the NIST Lightweight Cryptography competition. This variant was NOT", + "standardized: NIST SP 800-232 defines only Ascon-AEAD128, which is a distinct", + "algorithm and is not interoperable with Ascon-80pq. These vectors are not", + "suitable for testing an SP 800-232 implementation.", "Test vectors of type AeadTest test authenticated encryption with additional data.", "The test vectors are intended for testing both encryption and decryption.", "Test vectors with \"result\" : \"valid\" are valid encryptions.",