test-vectors: No changes for Saber KE NIST Round 3 tests

This commit is contained in:
Andreas Steffen 2020-12-08 10:19:36 +01:00 committed by Tobias Brunner
parent a5f9e41293
commit 462e3321ef
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2019 Andreas Steffen
* Copyright (C) 2018-2020 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@ -16,7 +16,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,
@ -707,7 +707,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,
@ -1690,7 +1690,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,