From e985611d3d5d934bd75ffa0a8f33ca5abe0671c4 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 15 Oct 2024 16:09:01 +0200 Subject: [PATCH] Document open issue around randomized signatures (#30) Document https://github.com/WICG/webcrypto-secure-curves/issues/28 in the spec text. --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index b824bc8..6081e4e 100644 --- a/index.html +++ b/index.html @@ -1845,6 +1845,11 @@

Operations

Section 5.1.6, with |message| as |M|, using the Ed25519 private key associated with |key|.

+

+ Some implementations may (wish to) generate randomized signatures + as per draft-irtf-cfrg-det-sigs-with-noise + instead of deterministic signatures as per [[RFC8032]]. +

  • @@ -2724,6 +2729,11 @@

    Operations

    and |context| as |C|, using the Ed448 private key associated with |key|.

    +

    + Some implementations may (wish to) generate randomized signatures + as per draft-irtf-cfrg-det-sigs-with-noise + instead of deterministic signatures as per [[RFC8032]]. +