summary refs log tree commit diff stats
path: root/lib/std/sha1.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
a id='n134' href='#n134'>134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226