1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:08:10 +00:00
serenity/Userland/Libraries/LibCrypto
DexesTTP 5963f6f9ff LibCrypto: Split BigInteger operations into an Algorithms class
Since the operations are already complicated and will become even more
so soon, let's split them into their own files. We can also integrate
the NumberTheory operations that would better fit there into this class
as well.

This commit doesn't change behaviors, but moves the allocation of some
variables into caller classes.
2021-05-13 19:18:07 +01:00
..
ASN1 AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
Authentication LibCrypto: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
BigInt LibCrypto: Split BigInteger operations into an Algorithms class 2021-05-13 19:18:07 +01:00
Checksum Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Cipher LibCrypto: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
Hash LibCrypto: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
NumberTheory LibCrypto: Split BigInteger operations into an Algorithms class 2021-05-13 19:18:07 +01:00
PK LibCrypto: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
CMakeLists.txt LibCrypto: Split BigInteger operations into an Algorithms class 2021-05-13 19:18:07 +01:00
Verification.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00