1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00

LibCrypto: Format all files with clang-format 10

This commit is contained in:
AnotherTest 2020-05-29 19:52:30 +04:30 committed by Andreas Kling
parent d52ea37717
commit d497521d2b
4 changed files with 85 additions and 86 deletions

View file

@ -219,7 +219,7 @@ public:
{
}
~RSA_PKCS1_EME() {}
~RSA_PKCS1_EME() { }
virtual void encrypt(const ByteBuffer& in, ByteBuffer& out) override;
virtual void decrypt(const ByteBuffer& in, ByteBuffer& out) override;