Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the sha1 implementation w/ a working one (#9242) | LemonBoy | 2018-10-09 | 1 | -160/+167 |
| | | | | | | | | | As #9239 points out the old implementation had some serious flaws. The new implementation is a port of the MIT-licensed one used by Chromium OS and has been tested against the FIPS-provided vectors and by generating huge files like the ones mentioned in the issue above. While I tried my best to take into account the existence of BE machines the code has only been tested on a LE one. | ||||
* | varints module: critical bugfix | Andreas Rumpf | 2018-06-22 | 1 | -1/+8 |
| | |||||
* | Add note to import "std/sha1" to sha1.nim (doc) | Torro | 2018-06-01 | 1 | -0/+2 |
| | |||||
* | added experimental undokumented std/varints module | Andreas Rumpf | 2018-05-19 | 1 | -0/+145 |
| | |||||
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -0/+195 |