proxy_ssse3.h 321 B

1234567891011
  1. #pragma once
  2. #include <util/generic/yexception.h>
  3. #include <library/cpp/digest/argonish/argon2.h>
  4. #include <library/cpp/digest/argonish/blake2b.h>
  5. #include <library/cpp/digest/argonish/internal/proxies/macro/proxy_macros.h>
  6. namespace NArgonish {
  7. ARGON2_PROXY_CLASS_DECL(SSSE3)
  8. BLAKE2B_PROXY_CLASS_DECL(SSSE3)
  9. }