Skip to content

Commit 2f47498

Browse files
committed
Clarify
1 parent a6c5d49 commit 2f47498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-denis-uricrypt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ For each component, the encryption process follows a precise sequence
431431
that ensures both confidentiality and authenticity:
432432

433433
1. Update `components_xof` with the component plaintext
434-
2. Generate SIV from `components_xof` (16 bytes)
434+
2. Squeeze the SIV from `components_xof` (16 bytes). This requires cloning `components_xof` before reading, as reading may finalize the XOF.
435435
3. Create `keystream_xof` by cloning `base_keystream_xof` and updating it with SIV
436436
4. Calculate padding needed for base64 encoding
437437
5. Generate a keystream of length `(component_length + padding)`

0 commit comments

Comments
 (0)