diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/mlkem/mlkem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/mlkem/mlkem.c b/src/lib/libcrypto/mlkem/mlkem.c index 2f3f3c23e4..67b6f241a3 100644 --- a/src/lib/libcrypto/mlkem/mlkem.c +++ b/src/lib/libcrypto/mlkem/mlkem.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: mlkem.c,v 1.6 2026/01/01 13:36:09 tb Exp $ */ | 1 | /* $OpenBSD: mlkem.c,v 1.7 2026/01/16 18:27:22 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2025, Bob Beck <beck@obtuse.com> | 3 | * Copyright (c) 2025, Bob Beck <beck@obtuse.com> |
| 4 | * | 4 | * |
| @@ -293,7 +293,7 @@ MLKEM_marshal_public_key(const MLKEM_public_key *public_key, uint8_t **out, | |||
| 293 | LCRYPTO_ALIAS(MLKEM_marshal_public_key); | 293 | LCRYPTO_ALIAS(MLKEM_marshal_public_key); |
| 294 | 294 | ||
| 295 | /* | 295 | /* |
| 296 | * Not exposed publicly, becuase the NIST private key format is gigantisch, and | 296 | * Not exposed publicly, because the NIST private key format is gigantisch, and |
| 297 | * seeds should be used instead. Used for the NIST tests. | 297 | * seeds should be used instead. Used for the NIST tests. |
| 298 | */ | 298 | */ |
| 299 | int | 299 | int |
