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

LibCrypto: Use AK::Variant in HashManager

This commit is contained in:
DexesTTP 2021-05-18 20:41:00 +02:00 committed by Andreas Kling
parent 73f585ceb4
commit f11f629731
4 changed files with 53 additions and 133 deletions

View file

@ -100,7 +100,7 @@ private:
u32 m_count[2] { 0, 0 };
Bytes m_buffer;
u8 m_data_buffer[64];
u8 m_data_buffer[64] {};
};
}