summary refs log tree commit diff stats
path: root/compiler/securehash.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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