diff options
author | tb <> | 2025-05-03 08:34:07 +0000 |
---|---|---|
committer | tb <> | 2025-05-03 08:34:07 +0000 |
commit | a33eeafb58c71f17faf33e686a61447dac216970 (patch) | |
tree | 99993756cb530f107996787c3b039dcc87c65f00 /src | |
parent | 9e2089cc516b07b9b6396b72935fb723f9356e79 (diff) | |
download | openbsd-a33eeafb58c71f17faf33e686a61447dac216970.tar.gz openbsd-a33eeafb58c71f17faf33e686a61447dac216970.tar.bz2 openbsd-a33eeafb58c71f17faf33e686a61447dac216970.zip |
mlkem_tests: add an empty line for consistency
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem_tests.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem_tests.c index 2801a58890..e9ae417887 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem_tests.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mlkem_tests.c,v 1.2 2024/12/26 00:10:19 tb Exp $ */ | 1 | /* $OpenBSD: mlkem_tests.c,v 1.3 2025/05/03 08:34:07 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024 Google Inc. | 3 | * Copyright (c) 2024 Google Inc. |
4 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> |
@@ -655,6 +655,7 @@ mlkem_keygen_tests(const char *fn, size_t size, enum test_type test_type) | |||
655 | .encoded_public_key_len = sizeof(encoded_public_key768), | 655 | .encoded_public_key_len = sizeof(encoded_public_key768), |
656 | .private_key_len = MLKEM768_PRIVATE_KEY_BYTES, | 656 | .private_key_len = MLKEM768_PRIVATE_KEY_BYTES, |
657 | .public_key_len = MLKEM768_PUBLIC_KEY_BYTES, | 657 | .public_key_len = MLKEM768_PUBLIC_KEY_BYTES, |
658 | |||
658 | .generate_key_external_entropy = | 659 | .generate_key_external_entropy = |
659 | mlkem768_generate_key_external_entropy, | 660 | mlkem768_generate_key_external_entropy, |
660 | .encode_private_key = | 661 | .encode_private_key = |