Replies: 6 comments 4 replies
-
Not until Kyber is finalized. What we have now is very unlikely to be what NIST will standardize. |
Beta Was this translation helpful? Give feedback.
-
The current version of Kyber is not even the one described in that Filipo's post any more (it's now using SHAKE as a hash function). You can (and should!) run experiments with it, but using it for production deployments would be premature. So would its inclusion in libsodium, that tries to avoid breaking changes. |
Beta Was this translation helpful? Give feedback.
-
NIST have just finalised standards: |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? Google has started talking about their own quantum computers which could break ECC encryption very soon. I've been looking into asymmetric encryption schemes that are PQ resistant but so far I haven't found anything, unless someone can guide me towards a solution? Lastly, is kyber something libsodium devs are looking at, or is the focus set on something else now? |
Beta Was this translation helpful? Give feedback.
-
unsubscribe. |
Beta Was this translation helpful? Give feedback.
-
The OP asked a close-ended question more than 1 year ago:
Which was left unanswered, so devs looking for PQC solutions should assume the worst and move on. Instead of pinging for updates, either consider another library or make a PR for the feature. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is there any plan to add PQ algorithms to libsodium? I feel it would be nice to have nicely packaged hybrid algorithms using the PQ algorithms selected by NIST last year for example https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022 ?
The only discussion on the topic I found is #371 which is from 2016, but I might have missed others (sorry if I did, I'm happy to read them if they exist).
See some discussion on the topic by Age author https://words.filippo.io/dispatches/post-quantum-age/
Beta Was this translation helpful? Give feedback.
All reactions