diff options
author | Araq <rumpf_a@web.de> | 2017-12-14 20:49:08 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-12-14 20:49:08 +0100 |
commit | da2f689e09d9eb6a3a3af6c5f7f8f06fc17c48ea (patch) | |
tree | 3f18226b474cbb18eace5b98b5e803c81f140670 /doc | |
parent | 6df6ec27ec573fc7f619f7bf9fece6d6b0dc931f (diff) | |
download | Nim-da2f689e09d9eb6a3a3af6c5f7f8f06fc17c48ea.tar.gz |
fixes #6033
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 21d3dc8cc..959c3ef9b 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -376,8 +376,6 @@ 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 ------------------ |