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 KEM implementation #681

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

PQC KEM implementation #681

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

Comments

@romanstrobl
Copy link
Member

Description

Implement PQC KEM as defined:

  • KeyPair MLKEM.generateKeyPair()

    • Generate new Key-Pair for ML-KEM-768 where:
      • Public key is encapsulation key
      • Private key is decapsulation key
  • Pair<SecretKey, byte[]> MLKEM.encapsulate(PublicKey encapsulationKey)

    • Generate a shared secret key and ciphertext for decapsulation.
  • SecretKey MLKEM.decapsulate(PrivateKey decapsulationKey, byte[] ciphertext)

    • Generate a shared secret key from decapsulation key and the ciphertext.

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