summary refs log tree commit diff stats
path: root/lib/std/sha1.nim
Commit message (Expand)AuthorAgeFilesLines
* 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