summary refs log tree commit diff stats
path: root/compiler/securehash.nim
Commit message (Collapse)AuthorAgeFilesLines
* move securehash back into the stdlibAraq2017-12-211-195/+0
|
* fixes #6033Araq2017-12-141-0/+195
|
* documentation generator emits configurable html for code listingsAraq2015-07-141-199/+0
|
* securehash: SHA1 -> Sha1 according to style guideAdam Strzelecki2015-06-091-17/+17
|
* securehash: sha_digest_size is not following styleAdam Strzelecki2015-06-091-4/+4
| | | | https://github.com/Araq/Nim/wiki/Style-Guide-for-Nim-Code
* securehash: remove unused emptySecureHashAdam Strzelecki2015-06-091-8/+0
|
* securehash: Keep module name consistentAdam Strzelecki2015-06-091-0/+207
1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column