ladybird/Libraries/LibCrypto/BigInt
Andreas Kling c6a79c3ae3 LibJS+LibCrypto: Account BigInt limbs as external memory
Expose the Tommath limb allocation size from LibCrypto big integers.
Use it as the external memory size for LibJS BigInt cells so large
integer values participate in GC threshold calculations.
2026-05-07 10:03:09 +02:00
..
SignedBigInteger.cpp LibCrypto: Remove unused header in SignedBigInteger 2026-02-23 12:15:23 +01:00
SignedBigInteger.h LibJS+LibCrypto: Account BigInt limbs as external memory 2026-05-07 10:03:09 +02:00
Tommath.h LibCrypto: Replace {Unsigned,Signed}BigInteger impl with LibTomMath 2025-05-23 11:57:21 +02:00
TommathForward.h LibCrypto: Forward declare tommath types properly on Windows 2025-05-29 03:26:23 -06:00
UnsignedBigInteger.cpp LibCrypto: Remove unused header in UnsignedBigInteger 2026-02-23 12:15:23 +01:00
UnsignedBigInteger.h LibJS+LibCrypto: Account BigInt limbs as external memory 2026-05-07 10:03:09 +02:00