5 ms·
I implemented Kyber in a browser-based E2EE app and shared lessons learned. Happy to answer technical questions or clarify points from the post.
by iliasabs 10mo 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.
- politelemon 10mo agoHi, 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 10mo agoHi, 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.