Skip to content

Commit b26b769

Browse files
committed
align
1 parent 2f47498 commit b26b769

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

draft-denis-uricrypt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,13 @@ Two XOF instances are derived from the base XOF:
374374
~~~
375375
Input: len(key) || key || len(context) || context
376376

377-
+------------------------------------------------------+
377+
+-----------------------------------------------------+
378378
| base_xof = TurboSHAKE128(domain_sep=0x1F) |
379379
| base_xof.update(len(secret_key)) |
380380
| base_xof.update(secret_key) |
381381
| base_xof.update(len(context)) |
382382
| base_xof.update(context) |
383-
+------------------------------------------------------+
383+
+-----------------------------------------------------+
384384
|
385385
v
386386
+------------------------+

0 commit comments

Comments
 (0)