mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibCrypto: Mutualize Digest
s
This commit is contained in:
parent
4e851145ba
commit
3f0e425f1e
Notes:
sideshowbarker
2024-07-17 21:39:42 +09:00
Author: https://github.com/mhermier
Commit: 3f0e425f1e
Pull-request: https://github.com/SerenityOS/serenity/pull/11605
Reviewed-by: https://github.com/alimpfard
5 changed files with 21 additions and 33 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue