summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44 from dstufft/bump-version22.0.0Paul Kehrer2015-06-121-1/+1
|\ | | | | Bump version to 2.0.0
| * Bump version to 2.0.0Donald Stufft2015-06-121-1/+1
| |
* | Add prefix option to gensalt() - default to "2b"jazzyb2015-06-121-2/+5
|/
* Migrate to using CFFI 1.0Donald Stufft2015-06-1119-0/+2995
* Move everything under src/ to ensure we test against the installed library. * Create a build_bcrypt.py script which will build _bcrypt.so. * Refactor to utilize the new _bcrypt.so instead of implicit compile.