Skip to content

Commit

Permalink
Merge pull request #1497 from usnistgov/update-eddsa-to-support-new-c…
Browse files Browse the repository at this point in the history
…ontextlength-mathdomain

Added support for context length domain to eddsa siggen
  • Loading branch information
livebe01 authored Apr 1, 2024
2 parents e9b3a19 + d89fe23 commit bf13839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eddsa/sections/06-eddsa-siggen-test-vectors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Each test group contains an array of one or more test cases. Each test case is a
| tcId | Numeric identifier for the test case, unique across the entire vector set | integer
| message | The message used to generate the signature | hex
| context | The context string defined in FIPS 186-5 sections 7.6 and 7.8 | hex
| conextLength | The lengths the IUT supports in bits for generated context strings | domain | Min: 0, Max: 255
|===

NOTE: The 'context' property will only be present for 1) normal/'pure' EdDSA signature generation tests that use Ed448 and 2) Prehash EdDSA/HashEdDSA signature generation tests that use Ed448 or Ed25519.
Expand Down

0 comments on commit bf13839

Please sign in to comment.