summaryrefslogtreecommitdiff
path: root/bcrypt/pybc_blf.h
Commit message (Collapse)AuthorAgeFilesLines
* fix -Wpointer-sign warningsDamien Miller2013-07-291-1/+1
|
* missing u_int64_t type for windowsDamien Miller2013-07-291-0/+1
|
* mergeDamien Miller2013-07-291-0/+10
|\
| * some KDF fixes; add checkpw() methodDamien Miller2013-07-291-1/+5
| |
| * bcrypt-based key derivation function support, from OpenBSD libutilDamien Miller2013-07-291-0/+12
| |
* | issue#9: use C99 fixed integer types if availableDamien Miller2013-07-281-4/+9
|/
* fix compilation errors on VS2008; mostly from a patch from Florian RuechelDamien Miller2013-07-271-1/+1
| | | | issue#1
* - (djm) Add support for Win32djm2006-08-081-0/+6
|
* Initial revisiondjm2006-05-221-0/+71