summary refs log tree commit diff stats
path: root/lib/pure/securehash.nim
Commit message (Collapse)AuthorAgeFilesLines
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
|
* fixes #6961Andreas Rumpf2018-02-021-192/+3
|
* move securehash back into the stdlibAraq2017-12-211-0/+195
|
* fixes #6033Araq2017-12-141-195/+0
|
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-311-1/+1
| | | | | | * fixes #6634 * remove more usages of unary <
* prepared stdlb for new integer arithmetic rulesAndreas Rumpf2017-09-161-2/+2
|
* use a full MD5 hash with no collision detection for proc namesAraq2016-11-081-15/+0
|
* make tests greenAraq2016-11-081-7/+22
|
* fixes #4760Andreas Rumpf2016-09-131-24/+21
|
* minor stdlib cleanupsAraq2016-09-091-5/+5
|
* SpellcheckFederico Ceratto2016-02-291-1/+1
|
* Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-181-2/+1
| | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings.
* documentation generator emits configurable html for code listingsAraq2015-07-141-0/+199
ef='#n251'>251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304