1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-06 21:27:36 +00:00
serenity/Libraries/LibCrypto/PK
AnotherTest b00ffc860b LibCrypto: Do not trim leading zeros in export_data by default
This fixes the issue with the exported data having a leading zero,
causing RSA::encrypt to trim the block down, and ruining the encryption.

Fixes #2691 :^)
2020-07-31 18:25:20 +02:00
..
Code LibCrypto+LibTLS: Use AK/Random.h 2020-05-27 12:28:17 +02:00
PK.h LibCrypto+LibTLS: Reformat everything 2020-05-02 12:24:10 +02:00
RSA.cpp LibCrypto: Do not trim leading zeros in export_data by default 2020-07-31 18:25:20 +02:00
RSA.h LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span. 2020-07-27 19:58:09 +02:00