Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move securehash back into the stdlib | Araq | 2017-12-21 | 1 | -195/+0 |
| | |||||
* | fixes #6033 | Araq | 2017-12-14 | 1 | -0/+195 |
| | |||||
* | documentation generator emits configurable html for code listings | Araq | 2015-07-14 | 1 | -199/+0 |
| | |||||
* | 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 |