serenity/Userland/Libraries/LibCrypto
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
..
ASN1 AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Authentication Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
BigInt AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Checksum
Cipher Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
Hash LibCrypto: Pass AK::Bytes by value 2021-11-11 01:27:46 +01:00
NumberTheory Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
PK Userland: Include Vector.h in a few places to make HeaderCheck happy 2021-11-11 20:36:36 +01:00
CMakeLists.txt LibCrypto: Split BigInteger operations into an Algorithms class 2021-05-13 19:18:07 +01:00
Verification.h