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

Add test vectors and fix P-384 proofs. #4

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Add test vectors and fix P-384 proofs. #4

merged 2 commits into from
Aug 26, 2024

Conversation

dlongley
Copy link
Member

No description provided.

@dlongley dlongley merged commit 82f3c51 into main Aug 26, 2024
@dlongley dlongley deleted the add-test-vectors branch August 26, 2024 16:16
'Either "verificationMethod" or "signer" with "algorithm" must be ' +
'passed to cryptosuite to determine hash algorithm.');
}
const algorithm = keyAlgorithm === 'P-256' ? 'SHA-256' : 'SHA-384';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this (and the sha.js file) need to be more explicit about hashes it handles and otherwise fail? If you had a P-521 verificationMethod, would the code get here with that keyAlgorithm and pick the wrong hash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants