ladybird/Libraries/LibCrypto/Curves
Idan Horowitz 660a499223 LibCrypto: Convert UnsignedBigInteger::export_data to return a span
This helps make callers only use the slice of the output buffer that
was written to.

As part of updating the callers of the API several bugs were fixed and
useless code paths were removed:
- The exported data is not host-endianess dependent (always big endian)
- The exported data does not contain leading zeros
- The output buffer is only written up to the result's size
2025-08-05 09:08:56 +02:00
..
EdwardsCurve.cpp LibCrypto: Implement Ed25519 Small Order Points 2025-08-01 14:31:44 +02:00
EdwardsCurve.h LibCrypto: Implement Ed25519 Small Order Points 2025-08-01 14:31:44 +02:00
SECPxxxr1.cpp LibCrypto+LibWeb: Check EC keys validity on SubtleCrypto import_key 2025-06-25 12:21:28 +12:00
SECPxxxr1.h LibCrypto: Convert UnsignedBigInteger::export_data to return a span 2025-08-05 09:08:56 +02:00