summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-12-21 12:34:16 +0100
committerAraq <rumpf_a@web.de>2017-12-21 12:34:38 +0100
commite0e1241a54b8ad03ac45cdd56b845370a7e050f3 (patch)
treea0d6762bbe28d67bc025c80c3e21688e3c6c475d /doc
parent0181253eea4ed5a47c37140c0533bc62d7f09e68 (diff)
downloadNim-e0e1241a54b8ad03ac45cdd56b845370a7e050f3.tar.gz
move securehash back into the stdlib
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 2719472fe..58dedc49c 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -380,6 +380,9 @@ Cryptography and Hashing
 * `base64 <base64.html>`_
   This module implements a base64 encoder and decoder.
 
+* `securehash <securehash.html>`_
+  This module implements a sha1 encoder and decoder.
+
 
 Multimedia support
 ------------------