Hacker News new | ask | show | jobs
by politelemon 207 days ago
Hi, have you tested the code samples? They seem hallucinated because there is no module named 'pqcrypto.kem.kyber768'. I tried importing pqcrypto.kem.ml_kem_768 but the entire import fails.
1 comments

Hi, thanks for pointing this out, code sample has been fixed (using mlkem library now, pqcrypto.kem.kyber768 was deprecated late 2022 and fully removed from PyPi in early 2023). I tried only the RSA code but not the Kyber one, lesson learned. Thanks again for taking your time to read, test and report.