summaryrefslogtreecommitdiff
path: root/src/_csrc/blf.h
Commit message (Collapse)AuthorAgeFilesLines
* remove advertising clause from niels blowfish code, with his explicit ↵Tom Callaway2019-04-161-4/+1
| | | | permission (#170)
* Fixes link editing errors in msys / mingw64 (#116)sbrunel2017-07-101-1/+2
|
* Convert bcrypt to use OpenBSD code (#68)Paul Kehrer2016-06-271-0/+83
* swap to using openbsd bcrypt * we should probably call this 3.0 * update tests to handle slight change in behavior, test better * strip out code we're not using * define this for linux * py3 fix * add a changelog to the readme * maybe work with windows * portable endian header, replace swaps, other windows fixes * handle older windows compilers properly, handle glibc < 2.9, retab * remove a todo, that's definitely the limit * make these definitions conditional since some BSDs may already have them * add $2a$ tests from crypt_blowfish-1.3 * update readme to note supported prefixes * almost pointless commit * add support for $2y$ test vectors from openwall crypt-blowfish1.3