From a6d0fbf10e94317b48afe7d91326dba6623e7a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Preu=C3=9F=20Mattsson?= Date: Sun, 17 Mar 2024 00:11:43 +1000 Subject: [PATCH] Update draft-irtf-cfrg-det-sigs-with-noise.md --- draft-irtf-cfrg-det-sigs-with-noise.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-irtf-cfrg-det-sigs-with-noise.md b/draft-irtf-cfrg-det-sigs-with-noise.md index 4c0ebb3..6ff7301 100644 --- a/draft-irtf-cfrg-det-sigs-with-noise.md +++ b/draft-irtf-cfrg-det-sigs-with-noise.md @@ -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: