Commit graph

152 commits

Author SHA1 Message Date
Cristian Cezar Moisés
83c801d7b6 Fix: clarified Montgomery constant and closed issue #1
Added detailed comments explaining why the X25519 implementation uses the constant 121666 (a24 = (A + 2) / 4 as defined in RFC 7748). This improves readability and avoids future confusion.

Issue #1 reviewed and closed.
2026-03-22 10:22:57 -03:00
Cristian Cezar Moisés
c80332778f Compress everything. Trust nothing. Encrypt always. 2026-03-21 22:06:03 -03:00