Skip to content

Commit

Permalink
Document open issue around randomized signatures (#30)
Browse files Browse the repository at this point in the history
Document #28 in
the spec text.
  • Loading branch information
twiss authored Oct 15, 2024
1 parent 067671c commit e985611
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,11 @@ <h4>Operations</h4>
Section 5.1.6, with |message| as |M|,
using the Ed25519 private key associated with |key|.
</p>
<p class="issue" data-number="28">
Some implementations may (wish to) generate randomized signatures
as per <a href="https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/">draft-irtf-cfrg-det-sigs-with-noise</a>
instead of deterministic signatures as per [[RFC8032]].
</p>
</li>
<li>
<p>
Expand Down Expand Up @@ -2724,6 +2729,11 @@ <h4>Operations</h4>
and |context| as |C|,
using the Ed448 private key associated with |key|.
</p>
<p class="issue" data-number="28">
Some implementations may (wish to) generate randomized signatures
as per <a href="https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/">draft-irtf-cfrg-det-sigs-with-noise</a>
instead of deterministic signatures as per [[RFC8032]].
</p>
</li>
<li>
<p>
Expand Down

0 comments on commit e985611

Please sign in to comment.