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 12, 2024
1 parent 9bcda8f commit 70ff866
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions draft-irtf-cfrg-det-sigs-with-noise.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,24 @@ Implementations need to follow best practices on how to protect against all side

TODO

## Hedged EdDSA

~~~~~~~~~~~~~~~~~~~~~~~
MESSAGE = { 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f }
SECRET KEY = { 30 31 32 33 34 35 36 37 38 39 3a 3b }
RANDOM DATA = { 22 ce 92 da cb 50 77 4b ab 0d 18 29 3d 6e ae 7f }
SIGNATURE = { }
~~~~~~~~~~~~~~~~~~~~~~

## Hedged ECDSA with P-256 and SHA-256

~~~~~~~~~~~~~~~~~~~~~~~
MESSAGE = { 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f }
SECRET KEY = { 30 31 32 33 34 35 36 37 38 39 3a 3b }
RANDOM DATA = { 22 ce 92 da cb 50 77 4b ab 0d 18 29 3d 6e ae 7f }
SIGNATURE = { }
~~~~~~~~~~~~~~~~~~~~~~

--- back

# Change log
Expand Down

0 comments on commit 70ff866

Please sign in to comment.