1 parent 2f47498 commit b26b769Copy full SHA for b26b769
1 file changed
draft-denis-uricrypt.md
@@ -374,13 +374,13 @@ Two XOF instances are derived from the base XOF:
374
~~~
375
Input: len(key) || key || len(context) || context
376
377
- +------------------------------------------------------+
+ +-----------------------------------------------------+
378
| base_xof = TurboSHAKE128(domain_sep=0x1F) |
379
| base_xof.update(len(secret_key)) |
380
| base_xof.update(secret_key) |
381
| base_xof.update(len(context)) |
382
| base_xof.update(context) |
383
384
|
385
v
386
+------------------------+
0 commit comments