Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-24 | Add yescrypt backend and tests | Vitaly Chikunov | 1 | -0/+4 | |
yescrypt is modern scalable KDF and password hashing scheme. Reference and upstream is at http://www.openwall.com/yescrypt/ | |||||
2018-08-24 | Namespace and self-contain yescrypt files | Vitaly Chikunov | 1 | -115/+9 | |
Turn off compilation warnings. Redefine insecure_memzero to XCRYPT_SECURE_MEMSET. Remove unused code. | |||||
2018-08-24 | Import yescrypt codes from yescrypt's cvsweb | Vitaly Chikunov | 1 | -0/+703 | |
They are imported as is, with intent to implement yescrypt-based crypt backends. It is yescrypt-1.0.3 with improvements. |