Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 23e7991

Browse files
committed
docs: add padding clarification
1 parent 5fef51c commit 23e7991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def generate_kyber_shared_secrets(public_key: bytes, otp_pad_size: int = 10240,
149149
150150
151151
Default desired One-time-pad size is set to 10 kilobytes which is meant to accommodate-
152-
10 messages, assuming every message is 1024 bytes.
152+
10 messages, assuming every message is 1024 bytes with the padding applies.
153153
154154
155155
We concatenate the ciphertexts together safely because Kyper1024 has a defined fixed-size ciphertext-

0 commit comments

Comments
 (0)