summary refs log tree commit diff stats
path: root/lib/std/sha1.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+4
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* Documentation: Fix word usage (#19529)Sizhe Zhao2022-02-141-2/+2
* correct licence header (#18935)flywind2021-10-011-1/+1
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-151-0/+4
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-2/+2
* remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...Timothee Cour2021-03-291-17/+10
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-1/+1
* Improve documentation for std/sha1 (#16970)konsumlamm2021-02-091-35/+50
* move tests to testament (#16101)flywind2020-11-241-13/+0
* Do not read the whole file to compute SHA1 hash (fixes 15997) (#16006)Igor Ribeiro de Assis2020-11-181-1/+16
* Fix many broken linksJjp1372019-10-221-3/+3
* there is only one style -- my styleAraq2019-07-101-58/+58
* Make public additional types from sha1 module [feature] (#11694)Ivan Bobev2019-07-101-2/+2
* Make public some sha1 module procedures (#11655) [feature]Ivan Bobev2019-07-041-3/+3
* Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988)c-blake2019-04-101-1/+1
* better docs: sha1 (#10374)Thomas T. Jarløv2019-01-191-1/+64
* Replace the sha1 implementation w/ a working one (#9242)LemonBoy2018-10-091-160/+167
* Add note to import "std/sha1" to sha1.nim (doc)Torro2018-06-011-0/+2
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-0/+195