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

PQC DSA implementation #682

Open
romanstrobl opened this issue Jan 9, 2025 · 0 comments
Open

PQC DSA implementation #682

romanstrobl opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@romanstrobl
Copy link
Member

Description

Implement PQC DSA as defined:

  • KeyPair MLDSA.generateKeyPair()

    • Generate new Key-Pair for ML-DSA-65
  • byte[] MLDSA.sign(PrivateKey privateKey, byte[] message)

    • Calculate ML-DSA signature
  • boolean MLDSA.verify(PublicKey publicKey, byte[] message, byte[] signature)

    • Verify ML-DSA signature

Cover the new algorithms by tests.

Acceptance criteria

No response

Technical specification

No response

QA specification

No response

JIRA issue code

No response

@romanstrobl romanstrobl changed the title [Feature]: PQC DSA Implementation [Feature]: PQC DSA implementation Jan 9, 2025
@romanstrobl romanstrobl changed the title [Feature]: PQC DSA implementation PQC DSA implementation Jan 9, 2025
@romanstrobl romanstrobl self-assigned this Jan 9, 2025
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

No branches or pull requests

1 participant