mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
8b8cee3172
SignedBigInteger can immediately use this by just negating the double if the sign bit is set. For simple cases (below 2^53) we can just convert via an u64, however above that we need to extract the top 53 bits and use those as the mantissa. This function currently does not behave exactly as the JS spec specifies however it is much less naive than the previous implementation. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAES.cpp | ||
TestBigInteger.cpp | ||
TestChaCha20.cpp | ||
TestChecksum.cpp | ||
TestCurves.cpp | ||
TestEd25519.cpp | ||
TestHash.cpp | ||
TestHMAC.cpp | ||
TestPoly1305.cpp | ||
TestRSA.cpp |