1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:38:13 +00:00
serenity/Userland/Libraries/LibCrypto/BigInt
Nico Weber d9b6eb29bc LibCrypto+LibJS: Better bitwise binary_xor binop
We went through some trouble to make & and | work right. Reimplement ^
in terms of & and | to make ^ work right as well.

This is less fast than a direct implementation, but let's get things
working first.
2022-01-18 20:04:06 +03:30
..
Algorithms LibCrypto+LibJS: Better bigint bitwise_or binop 2022-01-18 20:04:06 +03:30
SignedBigInteger.cpp LibCrypto+LibJS: Better bitwise binary_xor binop 2022-01-18 20:04:06 +03:30
SignedBigInteger.h LibCrypto: Add Formatter<SignedBigInteger> 2022-01-18 20:04:06 +03:30
UnsignedBigInteger.cpp LibCrypto+LibJS: Better bigint bitwise_or binop 2022-01-18 20:04:06 +03:30
UnsignedBigInteger.h LibCrypto+LibJS: Better bigint bitwise_or binop 2022-01-18 20:04:06 +03:30