index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
std
/
sha1.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-2
/
+2
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+4
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
Documentation: Fix word usage (#19529)
Sizhe Zhao
2022-02-14
1
-2
/
+2
*
correct licence header (#18935)
flywind
2021-10-01
1
-1
/
+1
*
Add changes required by Nimble lock file support (#12104)
Ivan Bobev
2021-07-15
1
-0
/
+4
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-2
/
+2
*
remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...
Timothee Cour
2021-03-29
1
-17
/
+10
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-1
/
+1
*
Improve documentation for std/sha1 (#16970)
konsumlamm
2021-02-09
1
-35
/
+50
*
move tests to testament (#16101)
flywind
2020-11-24
1
-13
/
+0
*
Do not read the whole file to compute SHA1 hash (fixes 15997) (#16006)
Igor Ribeiro de Assis
2020-11-18
1
-1
/
+16
*
Fix many broken links
Jjp137
2019-10-22
1
-3
/
+3
*
there is only one style -- my style
Araq
2019-07-10
1
-58
/
+58
*
Make public additional types from sha1 module [feature] (#11694)
Ivan Bobev
2019-07-10
1
-2
/
+2
*
Make public some sha1 module procedures (#11655) [feature]
Ivan Bobev
2019-07-04
1
-3
/
+3
*
Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988)
c-blake
2019-04-10
1
-1
/
+1
*
better docs: sha1 (#10374)
Thomas T. Jarløv
2019-01-19
1
-1
/
+64
*
Replace the sha1 implementation w/ a working one (#9242)
LemonBoy
2018-10-09
1
-160
/
+167
*
Add note to import "std/sha1" to sha1.nim (doc)
Torro
2018-06-01
1
-0
/
+2
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-0
/
+195