Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | securehash: SHA1 -> Sha1 according to style guide | Adam Strzelecki | 2015-06-09 | 1 | -17/+17 |
| | |||||
* | securehash: sha_digest_size is not following style | Adam Strzelecki | 2015-06-09 | 1 | -4/+4 |
| | | | | https://github.com/Araq/Nim/wiki/Style-Guide-for-Nim-Code | ||||
* | securehash: remove unused emptySecureHash | Adam Strzelecki | 2015-06-09 | 1 | -8/+0 |
| | |||||
* | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 1 | -0/+207 |
1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column |