Skip to content

Commit

Permalink
Update draft-irtf-cfrg-det-sigs-with-noise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emanjon authored Mar 16, 2024
1 parent e6538fb commit a6d0fbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-irtf-cfrg-det-sigs-with-noise.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,16 +566,16 @@ RANDOM DATA = { }

Changes from -02 to -03:

* Same randomness Z in step d and f to align with HMAC_DRBG
* Changed Hedged EdDSA order to 0x00 || Z || dom2(F, C) instead of dom2(F, C) || Z. This avoids collisions with RFC 8032 and aligns with Bernstein's recommendation to put Z before the context.
* Same randomness Z in step d and f to align with HMAC_DRBG
* Same randomness Z in step d and f to align with HMAC_DRBG.
* Changed Hedged EdDSA order to 0x00 \|\| Z \|\| dom2(F, C) instead of dom2(F, C) \|\| Z. This avoids collisions with RFC 8032 and aligns with Bernstein's recommendation to put Z before the context.
* Changed KMAC output length recommendations to avoid multiple invocations.
* Updates some text to align with the hedged signatures/signing terminology.
* Added more description about the construction.
* Editorial changes.

Changes from -01 to -02:

* Different names Zd and Zf for the randomness in ECDSA
* Different names Zd and Zf for the randomness in ECDSA.
* Added empty test vector section as TODO.

Changes from -00 to -01:
Expand Down

0 comments on commit a6d0fbf

Please sign in to comment.