aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/argonish/internal/proxies/sse41/proxy_sse41.cpp
blob: fe1b28bf248f3c550c350a7a07159868dc2d7beb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 
// Created by Evgeny Sidorov on 12/04/17. 
// 
 
#include "proxy_sse41.h" 
#include <library/cpp/digest/argonish/internal/argon2/argon2_base.h>
#include <library/cpp/digest/argonish/internal/argon2/argon2_sse41.h>
#include <library/cpp/digest/argonish/internal/blake2b/blake2b.h>
#include <library/cpp/digest/argonish/internal/blake2b/blake2b_sse41.h>
 
#define ZEROUPPER ; 
 
namespace NArgonish { 
    ARGON2_PROXY_CLASS_IMPL(SSE41) 
    BLAKE2B_PROXY_CLASS_IMPL(SSE41) 
} 
 
#undef ZEROUPPER