mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-19 19:19:18 +00:00
This removes a bunch of silly wrapping and unwrapping of Crypto SignedBigInteger values in JS BigInt objects, which isn't even intended by the spec - it just wants us to take an integer value, not a BigInt specifically. Nice opportunity to remove a couple of allocations. :^)