summaryrefslogtreecommitdiff
path: root/blowfish-bcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Move bswap-related functions to bswap-internal.h.bswap-headerNiels Möller2022-08-311-14/+11
|
* Eliminate conflict with OpenBSD's swap32 macroBrad Smith2022-08-041-0/+3
| | | | | | | | | blowfish-bcrypt.c:152:33: error: too many arguments provided to function-like macro invocation static void swap32(uint32_t *x, int count) ^ /usr/include/sys/endian.h:71:9: note: macro 'swap32' defined here Signed-off-by: Brad Smith <brad@comstyle.com>
* blowfish: Add bcrypt support.Stephen R. van den Berg2020-06-301-0/+527