From 28747cd3a642df0d8929c6240db05dd5be2dac50 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 15 Oct 2024 12:25:52 +0200 Subject: [PATCH] Document open issue around randomized signatures --- 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]]. +