You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: