diff options
author | Vitaly Chikunov <vt@altlinux.org> | 2018-06-26 00:44:33 +0300 |
---|---|---|
committer | Vitaly Chikunov <vt@altlinux.org> | 2018-08-24 16:56:52 +0300 |
commit | a32bb84b28a6c750ebb4b7e951dad301864d9115 (patch) | |
tree | 4cd0855a9775de88ede2b0f38a5df07b7e09a637 /LICENSING | |
parent | 565c8f2fa272aa10d421b1765c5c1f2f10177dc9 (diff) | |
download | libxcrypt-a32bb84b28a6c750ebb4b7e951dad301864d9115.tar.gz libxcrypt-a32bb84b28a6c750ebb4b7e951dad301864d9115.tar.bz2 libxcrypt-a32bb84b28a6c750ebb4b7e951dad301864d9115.zip |
Add yescrypt backend and tests
yescrypt is modern scalable KDF and password hashing scheme.
Reference and upstream is at http://www.openwall.com/yescrypt/
Diffstat (limited to 'LICENSING')
-rw-r--r-- | LICENSING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ source tree. For specific licensing terms consult the files themselves. GPL (v3 or later), with Autoconf exception: m4/zw_automodern.m4, m4/zw_simple_warnings.m4 + * Copyright <vt at altlinux.org>; 0-clause BSD: + crypt-yescrypt.c, test-crypt-yescrypt.c + * Copyright holders unknown, no statement of license (all of these files are part of the testsuite and do not contribute to the installed library or its headers): |