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

Post-Quantum Support in libsignal-client Java Library? #593

Closed
nazir92 opened this issue Oct 20, 2024 · 1 comment
Closed

Post-Quantum Support in libsignal-client Java Library? #593

nazir92 opened this issue Oct 20, 2024 · 1 comment

Comments

@nazir92
Copy link

nazir92 commented Oct 20, 2024

I’ve read that Signal has already implemented post-quantum cryptography in their apps.However, I noticed that the current version of the libsignal-client library (here) doesn’t seem to expose this post-quantum support yet. Is there any information about when this feature will be available in the official Java library? Or is it already supported, and I’m missing something?

@jrose-signal
Copy link
Contributor

jrose-signal commented Oct 22, 2024

The general-use entry point is KEMKeyPair, which generates Kyber1024 keys (note: not quite the same as the NIST-finalized ML-KEM, see #538). The use of PQXDH comes from using a KyberPreKeyStore and your server providing Kyber keys in PreKeyBundles.

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

No branches or pull requests

2 participants