mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibCrypto: Use AK::Variant in HashManager
This commit is contained in:
parent
73f585ceb4
commit
f11f629731
Notes:
sideshowbarker
2024-07-18 17:48:04 +09:00
Author: https://github.com/Dexesttp
Commit: f11f629731
Pull-request: https://github.com/SerenityOS/serenity/pull/7270
Reviewed-by: https://github.com/alimpfard ✅
4 changed files with 53 additions and 133 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
private:
|
||||
inline void transform(const u8*);
|
||||
|
||||
u8 m_data_buffer[BlockSize];
|
||||
u8 m_data_buffer[BlockSize] {};
|
||||
size_t m_data_length { 0 };
|
||||
|
||||
u64 m_bit_length { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue