Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for context length domain to eddsa siggen #1497

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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