summaryrefslogtreecommitdiff
path: root/AK/UFixedBigInt.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27AK: Remove unused String.h include from UFixedBigInt.hLinus Groh
2022-03-18AK: Add constant time equality and zero check to UFixedBigIntMichiel Visser
2022-03-18AK: UFixedBigInt add efficient multiplication with full resultMichiel Visser
2022-01-04AK: Fix UFixedBigInt comparison operatorsB0IIZZ
2021-12-21AK+Everywhere: Replace __builtin bit functionsNick Johnson
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-10-01AK: Fix typosNico Weber
2021-07-08AK: Fix `UFixedBigInt` not building with ClangDaniel Bertalan
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1