diff options
author | Björn Esser <besser82@fedoraproject.org> | 2018-08-26 16:22:52 +0200 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-09-08 10:38:02 -0400 |
commit | e42c2c370aa953315a62c8949ae501388396370b (patch) | |
tree | 22b7e69bc1ffe817cf7f0c487685ef6760db65af /.gitignore | |
parent | e80e3e6665e5371911c7c7fb7ca958cd4f16dddd (diff) | |
download | libxcrypt-e42c2c370aa953315a62c8949ae501388396370b.tar.gz libxcrypt-e42c2c370aa953315a62c8949ae501388396370b.tar.bz2 libxcrypt-e42c2c370aa953315a62c8949ae501388396370b.zip |
Add tests for scrypt.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ /test-crypt-md5 /test-crypt-nthash /test-crypt-pbkdf1-sha1 +/test-crypt-scrypt /test-crypt-sha256 /test-crypt-sha512 /test-crypt-sunmd5 |