Add scrypt library and scrypt support to auth
authorChip Black <bytex64@bytex64.net>
Thu, 30 May 2013 08:02:59 +0000 (03:02 -0500)
committerChip Black <bytex64@bytex64.net>
Thu, 30 May 2013 08:02:59 +0000 (03:02 -0500)
commit46a8b671b3c707db689868d9b6544d272aa711a7
treec1f258d585e5c4be7211934f1d89cb28c41b2bfc
parente35e2482b85c6e7bbac334a8496472a8b7b0d170
Add scrypt library and scrypt support to auth
34 files changed:
Makefile
builddeps/scrypt-1.1.6/FORMAT [new file with mode: 0644]
builddeps/scrypt-1.1.6/Makefile.in [new file with mode: 0644]
builddeps/scrypt-1.1.6/config.aux/depcomp [new file with mode: 0755]
builddeps/scrypt-1.1.6/config.aux/install-sh [new file with mode: 0755]
builddeps/scrypt-1.1.6/config.aux/missing [new file with mode: 0755]
builddeps/scrypt-1.1.6/config.h.in [new file with mode: 0644]
builddeps/scrypt-1.1.6/configure [new file with mode: 0755]
builddeps/scrypt-1.1.6/lib/README [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/Makefile [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/crypto_aesctr.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/crypto_aesctr.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/crypto_scrypt-nosse.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/crypto_scrypt-ref.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/crypto_scrypt-sse.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/crypto_scrypt.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/sha256.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/crypto/sha256.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/scryptenc/scryptenc.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/scryptenc/scryptenc.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/scryptenc/scryptenc_cpuperf.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/scryptenc/scryptenc_cpuperf.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/memlimit.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/memlimit.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/readpass.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/readpass.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/sysendian.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/warn.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/lib/util/warn.h [new file with mode: 0644]
builddeps/scrypt-1.1.6/main.c [new file with mode: 0644]
builddeps/scrypt-1.1.6/scrypt.1 [new file with mode: 0644]
builddeps/scrypt-1.1.6/scrypt_platform.h [new file with mode: 0644]
common/auth.c
common/auth.h