mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibCrypto: Mutualize Digests
This commit is contained in:
committed by
Ali Mohammad Pur
parent
4e851145ba
commit
3f0e425f1e
Notes:
sideshowbarker
2024-07-17 21:39:42 +09:00
Author: https://github.com/mhermier Commit: https://github.com/SerenityOS/serenity/commit/3f0e425f1ea Pull-request: https://github.com/SerenityOS/serenity/pull/11605 Reviewed-by: https://github.com/alimpfard
@@ -77,7 +77,7 @@ struct MultiHashDigestVariant {
|
||||
DigestVariant m_digest {};
|
||||
};
|
||||
|
||||
class Manager final : public HashFunction<0, MultiHashDigestVariant> {
|
||||
class Manager final : public HashFunction<0, 0, MultiHashDigestVariant> {
|
||||
public:
|
||||
using HashFunction::update;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user