Initial commit 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 30 Jun 2017 21:16:16 +0000 (00:16 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 30 Jun 2017 21:16:16 +0000 (00:16 +0300)
commit0c1f3509448ca1247bcf6fd216444648680925d2
treec768c710f50edcc56c4dd4f1134e35d5e44ffd7b
Initial commit
82 files changed:
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
Scrypt.xs [new file with mode: 0644]
lib/Authen/Passphrase/Scrypt.pm [new file with mode: 0644]
ppport.h [new file with mode: 0644]
scrypt-1.2.1/BUILDING [new file with mode: 0644]
scrypt-1.2.1/COPYRIGHT [new file with mode: 0644]
scrypt-1.2.1/FORMAT [new file with mode: 0644]
scrypt-1.2.1/Makefile.in [new file with mode: 0644]
scrypt-1.2.1/autotools/Makefile.am [new file with mode: 0644]
scrypt-1.2.1/autotools/configure.ac [new file with mode: 0644]
scrypt-1.2.1/config.aux/ar-lib [new file with mode: 0755]
scrypt-1.2.1/config.aux/compile [new file with mode: 0755]
scrypt-1.2.1/config.aux/depcomp [new file with mode: 0755]
scrypt-1.2.1/config.aux/install-sh [new file with mode: 0755]
scrypt-1.2.1/config.aux/missing [new file with mode: 0755]
scrypt-1.2.1/config.h.in [new file with mode: 0644]
scrypt-1.2.1/configure [new file with mode: 0755]
scrypt-1.2.1/lib/README [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt-ref.c [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt.c [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt.h [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt_smix.c [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt_smix.h [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt_smix_sse2.c [new file with mode: 0644]
scrypt-1.2.1/lib/crypto/crypto_scrypt_smix_sse2.h [new file with mode: 0644]
scrypt-1.2.1/lib/scryptenc/scryptenc.c [new file with mode: 0644]
scrypt-1.2.1/lib/scryptenc/scryptenc.h [new file with mode: 0644]
scrypt-1.2.1/lib/scryptenc/scryptenc_cpuperf.c [new file with mode: 0644]
scrypt-1.2.1/lib/scryptenc/scryptenc_cpuperf.h [new file with mode: 0644]
scrypt-1.2.1/lib/util/memlimit.c [new file with mode: 0644]
scrypt-1.2.1/lib/util/memlimit.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/alg/sha256.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/alg/sha256.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/cpusupport/Build/cpusupport-X86-AESNI.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/cpusupport/Build/cpusupport-X86-CPUID.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/cpusupport/Build/cpusupport-X86-SSE2.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/cpusupport/Build/cpusupport.sh [new file with mode: 0755]
scrypt-1.2.1/libcperciva/cpusupport/cpusupport.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/cpusupport/cpusupport_x86_aesni.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/cpusupport/cpusupport_x86_sse2.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_aes.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_aes.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_aes_aesni.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_aes_aesni.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_aesctr.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_aesctr.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_entropy.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/crypto/crypto_entropy.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/asprintf.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/asprintf.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/entropy.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/entropy.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/getopt.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/getopt.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/humansize.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/humansize.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/insecure_memzero.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/insecure_memzero.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/readpass.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/readpass.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/sysendian.h [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/warnp.c [new file with mode: 0644]
scrypt-1.2.1/libcperciva/util/warnp.h [new file with mode: 0644]
scrypt-1.2.1/main.c [new file with mode: 0644]
scrypt-1.2.1/scrypt.1 [new file with mode: 0644]
scrypt-1.2.1/scrypt_platform.h [new file with mode: 0644]
scrypt-1.2.1/tests/01-known-values.sh [new file with mode: 0644]
scrypt-1.2.1/tests/02-decrypt-reference-file.sh [new file with mode: 0644]
scrypt-1.2.1/tests/03-encrypt-decrypt-file.sh [new file with mode: 0644]
scrypt-1.2.1/tests/04-force-resources.sh [new file with mode: 0644]
scrypt-1.2.1/tests/05-system-scrypt-encrypt-decrypt.sh [new file with mode: 0644]
scrypt-1.2.1/tests/shared_test_functions.sh [new file with mode: 0644]
scrypt-1.2.1/tests/test_scrypt.c [new file with mode: 0644]
scrypt-1.2.1/tests/test_scrypt.good [new file with mode: 0644]
scrypt-1.2.1/tests/test_scrypt.sh [new file with mode: 0755]
scrypt-1.2.1/tests/test_scrypt_good.enc [new file with mode: 0644]
scrypt-1.2.1/tests/valgrind/potential-memleaks.c [new file with mode: 0644]
t/Authen-Passphrase-Scrypt.t [new file with mode: 0644]
typemap [new file with mode: 0644]
This page took 0.01452 seconds and 4 git commands to generate.