ladybird/Libraries/LibCrypto/Curves
Tete17 8b8c021a91 LibCrypto: Support EC compressed point format (0x02/0x03)
Add SECPxxxr1Point::from_compressed() to decompress SEC 1 compressed
EC public keys using OpenSSL's EC_POINT_oct2point. Refactor
read_ec_public_key() to delegate to SECPxxxr1Point::from_uncompressed
and from_compressed, removing duplicated parsing logic.
2026-05-12 13:58:38 +02:00
..
EdwardsCurve.cpp LibCrypto: Remove unused header in EdwardsCurve 2026-02-23 12:15:23 +01:00
EdwardsCurve.h LibCrypto: Remove unused header in EdwardsCurve 2026-02-23 12:15:23 +01:00
SECPxxxr1.cpp LibCrypto: Support EC compressed point format (0x02/0x03) 2026-05-12 13:58:38 +02:00
SECPxxxr1.h LibCrypto: Support EC compressed point format (0x02/0x03) 2026-05-12 13:58:38 +02:00