]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
test-vectors: No changes for Saber KE NIST Round 3 tests
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 8 Dec 2020 09:19:36 +0000 (10:19 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 22 Mar 2023 10:35:11 +0000 (11:35 +0100)
src/libstrongswan/plugins/test_vectors/test_vectors/ke_saber.c

index 046c838e0d687b9f05fae7c4954da69438b168d3..a97c541b25978fb8a7785b5571f0b4aae52cd7e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018-2019 Andreas Steffen
+ * Copyright (C) 2018-2020 Andreas Steffen
  *
  * Copyright (C) secunet Security Networks AG
  *
@@ -17,7 +17,7 @@
 #include <crypto/crypto_tester.h>
 
 /**
- * First four test vectors of the official SABER_L1 KAT
+ * First four test vectors of the official NIST Round 3 SABER_L1 KAT
  */
 ke_test_vector_t ke_saber_l1_0 = {
        .method = KE_SABER_L1,
@@ -708,7 +708,7 @@ ke_test_vector_t ke_saber_l1_3 = {
 };
 
 /**
- * First four test vectors of the official SABER_L3 KAT
+ * First four test vectors of the official NIST Round 3 SABER_L3 KAT
  */
 ke_test_vector_t ke_saber_l3_0 = {
        .method = KE_SABER_L3,
@@ -1691,7 +1691,7 @@ ke_test_vector_t ke_saber_l3_3 = {
 };
 
 /**
- * First four test vectors of the official SABER_L5 KAT
+ * First four test vectors of the official NIST Round 3 SABER_L5 KAT
  */
 ke_test_vector_t ke_saber_l5_0 = {
        .method = KE_SABER_L5,