123456789101112131415161718 |
- //
- // Created by Evgeny Sidorov on 12/04/17.
- //
- #include "proxy_ssse3.h"
- #include <library/cpp/digest/argonish/internal/argon2/argon2_base.h>
- #include <library/cpp/digest/argonish/internal/argon2/argon2_ssse3.h>
- #include <library/cpp/digest/argonish/internal/blake2b/blake2b.h>
- #include <library/cpp/digest/argonish/internal/blake2b/blake2b_ssse3.h>
- #define ZEROUPPER ;
- namespace NArgonish {
- ARGON2_PROXY_CLASS_IMPL(SSSE3)
- BLAKE2B_PROXY_CLASS_IMPL(SSSE3)
- }
- #undef ZEROUPPER
|