summaryrefslogtreecommitdiff
path: root/regtest1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'regtest1.cpp')
-rw-r--r--regtest1.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/regtest1.cpp b/regtest1.cpp
index dc9b6324..4e71b68c 100644
--- a/regtest1.cpp
+++ b/regtest1.cpp
@@ -25,6 +25,7 @@
#include "ripemd.h"
#include "panama.h"
#include "whrlpool.h"
+#include "lsh.h"
#include "osrng.h"
#include "drbg.h"
@@ -115,6 +116,11 @@ void RegisterFactories1()
RegisterDefaultFactoryFor<HashTransformation, SM3>();
RegisterDefaultFactoryFor<HashTransformation, BLAKE2s>();
RegisterDefaultFactoryFor<HashTransformation, BLAKE2b>();
+ RegisterDefaultFactoryFor<HashTransformation, LSH224>();
+ RegisterDefaultFactoryFor<HashTransformation, LSH256>();
+ RegisterDefaultFactoryFor<HashTransformation, LSH384>();
+ RegisterDefaultFactoryFor<HashTransformation, LSH512>();
+ RegisterDefaultFactoryFor<HashTransformation, LSH512_256>();
#ifdef BLOCKING_RNG_AVAILABLE
RegisterDefaultFactoryFor<RandomNumberGenerator, BlockingRng>();