top | item 45999920

(no title)

iliasabs | 3 months ago

I implemented Kyber in a browser-based E2EE app and shared lessons learned. Happy to answer technical questions or clarify points from the post.

discuss

order

politelemon|3 months 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.

iliasabs|3 months ago

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.