Summary:
Implement Curve25519 and Curve 448 for EdDSA and XDH
Scope:
Implement EdDSA and XDH according to RFC8032 and RFC7748.
Check if there are corresponding FIPS or SP docs.
Acceptance Criteria:
- Full production quality, according to the quality requirements of this project.
- Passing all test vectors in the RFCs, bc-test-data, and wycheproof
Summary:
Implement Curve25519 and Curve 448 for EdDSA and XDH
Scope:
Implement EdDSA and XDH according to RFC8032 and RFC7748.
Check if there are corresponding FIPS or SP docs.
Acceptance Criteria: