aboutsummaryrefslogtreecommitdiff
path: root/gosthash2012_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'gosthash2012_ref.h')
-rw-r--r--gosthash2012_ref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gosthash2012_ref.h b/gosthash2012_ref.h
index 6d43d9e..25f0ed8 100644
--- a/gosthash2012_ref.h
+++ b/gosthash2012_ref.h
@@ -12,6 +12,8 @@
# error "GOST R 34.11-2012: portable implementation disabled in config.h"
#endif
+# pragma message "Use regular implementation"
+
#define X(x, y, z) { \
z->QWORD[0] = x->QWORD[0] ^ y->QWORD[0]; \
z->QWORD[1] = x->QWORD[1] ^ y->QWORD[1]; \