diff options
author | lloyd <[email protected]> | 2009-04-07 22:09:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-04-07 22:09:21 +0000 |
commit | 552a13baf572164e6dc80371c080197353aae518 (patch) | |
tree | 573c4d236ed2fcc87a1d94437e03177ff408d412 /checks/algos.cpp | |
parent | bbef5652aa760beb83ef3116ecec3bd5eb76af35 (diff) |
Add the GOST 34.11 hash function. Pretty slow, but functional.
Diffstat (limited to 'checks/algos.cpp')
-rw-r--r-- | checks/algos.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/algos.cpp b/checks/algos.cpp index faadfa5c3..79a609dda 100644 --- a/checks/algos.cpp +++ b/checks/algos.cpp @@ -72,6 +72,7 @@ std::vector<algorithm> get_algos() algos.push_back(algorithm("Hash", "CRC24")); algos.push_back(algorithm("Hash", "CRC32")); algos.push_back(algorithm("Hash", "FORK-256")); + algos.push_back(algorithm("Hash", "GOST-34.11")); algos.push_back(algorithm("Hash", "HAS-160")); algos.push_back(algorithm("Hash", "HAS-V")); algos.push_back(algorithm("Hash", "MD2")); |