/*
- * Copyright (C) 2018-2019 Andreas Steffen
+ * Copyright (C) 2018-2020 Andreas Steffen
*
* Copyright (C) secunet Security Networks AG
*
#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,
};
/**
- * 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,
};
/**
- * 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,