We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 implementation of ECDH and ECDSA with curve P-384:
Review existing code where P-256 curve is used and refactor existing code where necessary.
Cover the new EC curve algorithm implementations by tests.
Implemented ECDH and ECDSA on curve P-384. Functionality is covered by unit tests.
https://csrc.nist.gov/pubs/sp/800/186/final https://csrc.nist.gov/pubs/fips/186-5/final
Functionality is tested by unit tests.
The text was updated successfully, but these errors were encountered:
romanstrobl
No branches or pull requests
Description
Add implementation of ECDH and ECDSA with curve P-384:
Review existing code where P-256 curve is used and refactor existing code where necessary.
Cover the new EC curve algorithm implementations by tests.
Acceptance criteria
Implemented ECDH and ECDSA on curve P-384. Functionality is covered by unit tests.
Technical specification
https://csrc.nist.gov/pubs/sp/800/186/final
https://csrc.nist.gov/pubs/fips/186-5/final
QA specification
Functionality is tested by unit tests.
The text was updated successfully, but these errors were encountered: