diff options
| author | tb <> | 2026-01-16 18:28:04 +0000 |
|---|---|---|
| committer | tb <> | 2026-01-16 18:28:04 +0000 |
| commit | 591a62834f9696acafe181bbaa784aae617b260e (patch) | |
| tree | 6aef2b6c8f2dd955cbbf5a65ffd9c985a8ef54f2 /src/lib/libcrypto | |
| parent | 1288ad53eb2d1af968bfa2ba9cf0ac866955d8c7 (diff) | |
| download | openbsd-591a62834f9696acafe181bbaa784aae617b260e.tar.gz openbsd-591a62834f9696acafe181bbaa784aae617b260e.tar.bz2 openbsd-591a62834f9696acafe181bbaa784aae617b260e.zip | |
mlkem.h: Thie -> This (2x)
Diffstat (limited to 'src/lib/libcrypto')
| -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 17978782a7..39572e459d 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.9 2026/01/01 12:47:52 tb Exp $ */ | 1 | /* $OpenBSD: mlkem.h,v 1.10 2026/01/16 18:28:04 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2025 Bob Beck <beck@obtuse.com> | 3 | * Copyright (c) 2025 Bob Beck <beck@obtuse.com> |
| 4 | * | 4 | * |
| @@ -56,7 +56,7 @@ void MLKEM_private_key_free(MLKEM_private_key *key); | |||
| 56 | 56 | ||
| 57 | /* | 57 | /* |
| 58 | * MLKEM_private_key_encoded_length the number of bytes used by the encoded form | 58 | * MLKEM_private_key_encoded_length the number of bytes used by the encoded form |
| 59 | * of |key|. Thie corresponds to the length of the buffer allocated for the | 59 | * of |key|. This corresponds to the length of the buffer allocated for the |
| 60 | * encoded_public_key from |MLKEM_marshal_private_key|. Zero is returned if | 60 | * encoded_public_key from |MLKEM_marshal_private_key|. Zero is returned if |
| 61 | * |key| is NULL or has an invalid rank. | 61 | * |key| is NULL or has an invalid rank. |
| 62 | */ | 62 | */ |
| @@ -86,7 +86,7 @@ void MLKEM_public_key_free(MLKEM_public_key *key); | |||
| 86 | 86 | ||
| 87 | /* | 87 | /* |
| 88 | * MLKEM_public_key_encoded_length the number of bytes used by the encoded form | 88 | * MLKEM_public_key_encoded_length the number of bytes used by the encoded form |
| 89 | * of |key|. Thie corresponds to the length of the buffer allocated for the | 89 | * of |key|. This corresponds to the length of the buffer allocated for the |
| 90 | * encoded_public_key from |MLKEM_generate_key| or |MLKEM_marshal_public_key|. | 90 | * encoded_public_key from |MLKEM_generate_key| or |MLKEM_marshal_public_key|. |
| 91 | * Zero is returned if |key| is NULL or has an invalid rank. | 91 | * Zero is returned if |key| is NULL or has an invalid rank. |
| 92 | */ | 92 | */ |
