1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

LibCrypto: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:08:02 +00:00 committed by Linus Groh
parent 914d557097
commit b5a3600bc7

View file

@ -58,8 +58,6 @@ public:
TagType process(ReadonlyBytes aad, ReadonlyBytes cipher); TagType process(ReadonlyBytes aad, ReadonlyBytes cipher);
private: private:
inline void transform(ReadonlyBytes, ReadonlyBytes);
u32 m_key[4]; u32 m_key[4];
}; };