diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/mlkem/mlkem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/mlkem/mlkem.h b/src/lib/libcrypto/mlkem/mlkem.h index a5645facc6..055d92290e 100644 --- a/src/lib/libcrypto/mlkem/mlkem.h +++ b/src/lib/libcrypto/mlkem/mlkem.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mlkem.h,v 1.4 2024/12/19 23:52:26 tb Exp $ */ | 1 | /* $OpenBSD: mlkem.h,v 1.5 2025/03/28 12:17:16 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024, Google Inc. | 3 | * Copyright (c) 2024, Google Inc. |
4 | * | 4 | * |
@@ -78,8 +78,8 @@ struct MLKEM768_private_key { | |||
78 | /* | 78 | /* |
79 | * MLKEM_generate_key generates a random public/private key pair, writes the | 79 | * MLKEM_generate_key generates a random public/private key pair, writes the |
80 | * encoded public key to |out_encoded_public_key| and sets |out_private_key| to | 80 | * encoded public key to |out_encoded_public_key| and sets |out_private_key| to |
81 | * the private key. If |optional_out_seed| us not NULL then te seed used to | 81 | * the private key. If |optional_out_seed| is not NULL then the seed used to |
82 | * generate te private key is written to it. | 82 | * generate the private key is written to it. |
83 | */ | 83 | */ |
84 | void MLKEM768_generate_key( | 84 | void MLKEM768_generate_key( |
85 | uint8_t out_encoded_public_key[MLKEM768_PUBLIC_KEY_BYTES], | 85 | uint8_t out_encoded_public_key[MLKEM768_PUBLIC_KEY_BYTES], |