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