diff options
author | e-sidorov <[email protected]> | 2022-02-10 16:46:05 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:05 +0300 |
commit | 1ec091f8998d76a211c6015ba6865a73b29d676a (patch) | |
tree | 6c72f0309888be2dd18d007d19c490ed87740d66 /library/cpp/digest/argonish/common.h | |
parent | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/digest/argonish/common.h')
-rw-r--r-- | library/cpp/digest/argonish/common.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/library/cpp/digest/argonish/common.h b/library/cpp/digest/argonish/common.h index 973d82f13af..64026b2a0e1 100644 --- a/library/cpp/digest/argonish/common.h +++ b/library/cpp/digest/argonish/common.h @@ -1,18 +1,18 @@ -#pragma once - -#include <util/system/defaults.h> - -namespace NArgonish { - /** - * Instruction sets for which Argon2 is optimized - */ - enum class EInstructionSet : ui32 { - REF = 0, /// Reference implementation -#if !defined(_arm64_) - SSE2 = 1, /// SSE2 optimized version - SSSE3 = 2, /// SSSE3 optimized version - SSE41 = 3, /// SSE4.1 optimized version - AVX2 = 4 /// AVX2 optimized version -#endif - }; -} +#pragma once + +#include <util/system/defaults.h> + +namespace NArgonish { + /** + * Instruction sets for which Argon2 is optimized + */ + enum class EInstructionSet : ui32 { + REF = 0, /// Reference implementation +#if !defined(_arm64_) + SSE2 = 1, /// SSE2 optimized version + SSSE3 = 2, /// SSSE3 optimized version + SSE41 = 3, /// SSE4.1 optimized version + AVX2 = 4 /// AVX2 optimized version +#endif + }; +} |