![]() Bitwise and is defined in terms of two's complement, so some converting needs to happen for SignedBigInteger's sign/magnitude representation to work out. UnsignedBigInteger::bitwise_not() is repurposed to convert all high-order zero bits to ones up to a limit, for the two's complement conversion to work. Fixes test262/test/language/expressions/bitwise-and/bigint.js. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAES.cpp | ||
TestBigInteger.cpp | ||
TestChecksum.cpp | ||
TestHash.cpp | ||
TestHMAC.cpp | ||
TestRSA.cpp |