summary refs log tree commit diff stats
path: root/lib/deprecated/pure/securehash.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deprecated/pure/securehash.nim')
-rw-r--r--lib/deprecated/pure/securehash.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/deprecated/pure/securehash.nim b/lib/deprecated/pure/securehash.nim
new file mode 100644
index 000000000..c6cde599a
--- /dev/null
+++ b/lib/deprecated/pure/securehash.nim
@@ -0,0 +1,6 @@
+
+
+## This module is a deprecated alias for the ``sha1`` module.
+{.deprecated.}
+
+include "../std/sha1"