summaryrefslogtreecommitdiff
path: root/yescrypt-common.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-24Add yescrypt backend and testsVitaly Chikunov1-0/+4
yescrypt is modern scalable KDF and password hashing scheme. Reference and upstream is at http://www.openwall.com/yescrypt/
2018-08-24Namespace and self-contain yescrypt filesVitaly Chikunov1-115/+9
Turn off compilation warnings. Redefine insecure_memzero to XCRYPT_SECURE_MEMSET. Remove unused code.
2018-08-24Import yescrypt codes from yescrypt's cvswebVitaly Chikunov1-0/+703
They are imported as is, with intent to implement yescrypt-based crypt backends. It is yescrypt-1.0.3 with improvements.