aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/argonish/internal/proxies/sse2/proxy_sse2.h
blob: 553b5797a8080285af6b443b95bede756e1f4a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once 
 
#include <util/generic/yexception.h> 
#include <library/cpp/digest/argonish/argon2.h>
#include <library/cpp/digest/argonish/blake2b.h>
#include <library/cpp/digest/argonish/internal/proxies/macro/proxy_macros.h>
 
namespace NArgonish { 
    ARGON2_PROXY_CLASS_DECL(SSE2) 
    BLAKE2B_PROXY_CLASS_DECL(SSE2) 
}