1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 00:07:35 +00:00
serenity/Userland/Libraries/LibCrypto/BigInt
Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
This isn't a complete conversion to ErrorOr<void>, but a good chunk.
The end goal here is to propagate buffer allocation failures to the
caller, and allow the use of TRY() with formatting functions.
2021-11-17 00:21:13 +01:00
..
Algorithms Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
SignedBigInteger.cpp LibCrypto: Fix subtracting two negative SignedBigIntegers 2021-11-16 10:06:53 +00:00
SignedBigInteger.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
UnsignedBigInteger.cpp AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
UnsignedBigInteger.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00