Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bounds checking for Scrypt parameters. (#3130) | Terry Chia | 2016-09-02 | 1 | -0/+17 |
| | | | | | | | | | | * Add bounds checking for Scrypt parameters. * Pep8. * More PEP8. * Change wording. | ||||
* | Scrypt Implementation (#3117) | Terry Chia | 2016-09-01 | 1 | -0/+119 |
* Scrypt implementation. * Docs stuff. * Make example just an example and not a doctest. * Add changelog entry. * Docs cleanup. * Add more tests. * Add multibackend tests. * PEP8. * Add docs about Scrypt parameters. * Docs cleanup. * Add AlreadyFinalized. |