More appropriate file names.

This commit is contained in:
Anthony Hu 2021-11-10 17:55:46 -05:00
parent 453404a864
commit 242847760a
4 changed files with 4 additions and 4 deletions

View File

@ -101,8 +101,8 @@ my @fileList_4096 = (
#Falcon Post-Quantum Keys
#Used with HAVE_LIBOQS
my @fileList_falcon = (
["certs/falcon/falcon_level1_root_key.der", "bench_falcon_level1_key" ],
["certs/falcon/falcon_level5_root_key.der", "bench_falcon_level5_key" ],
["certs/falcon/bench_falcon_level1_key.der", "bench_falcon_level1_key" ],
["certs/falcon/bench_falcon_level5_key.der", "bench_falcon_level5_key" ],
);
# ----------------------------------------------------------------------------

View File

@ -3334,7 +3334,7 @@ static const int sizeof_dh_key_der_4096 = sizeof(dh_key_der_4096);
#ifdef HAVE_LIBOQS
/* certs/falcon/falcon_level1_root_key.der */
/* certs/falcon/bench_falcon_level1_key.der */
static const unsigned char bench_falcon_level1_key[] =
{
0x30, 0x82, 0x08, 0x96, 0x02, 0x01, 0x00, 0x30, 0x07, 0x06,
@ -3561,7 +3561,7 @@ static const unsigned char bench_falcon_level1_key[] =
};
static const int sizeof_bench_falcon_level1_key = sizeof(bench_falcon_level1_key);
/* certs/falcon/falcon_level5_root_key.der */
/* certs/falcon/bench_falcon_level5_key.der */
static const unsigned char bench_falcon_level5_key[] =
{
0x30, 0x82, 0x10, 0x16, 0x02, 0x01, 0x00, 0x30, 0x07, 0x06,