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
Notes: sideshowbarker 2024-07-17 06:39:26 +09:00

View file

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