Skip to content

Commit d64d472

Browse files
committed
Add Scrypt source files
1 parent b58227c commit d64d472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ libothers_la_SOURCES = \
200200
pssr.cpp pubkey.cpp queue.cpp rabin.cpp randpool.cpp \
201201
rc2.cpp rc5.cpp rc6.cpp rdrand.cpp rdtables.cpp \
202202
rijndael.cpp ripemd.cpp rng.cpp rsa.cpp rw.cpp safer.cpp \
203-
salsa.cpp seal.cpp seed.cpp serpent.cpp sha.cpp \
203+
salsa.cpp scrypt.cpp seal.cpp seed.cpp serpent.cpp sha.cpp \
204204
sha3.cpp shacal2.cpp shark.cpp sharkbox.cpp \
205205
simon.cpp skipjack.cpp sm3.cpp sm4.cpp socketft.cpp sosemanuk.cpp \
206206
speck.cpp square.cpp squaretb.cpp strciphr.cpp tea.cpp tftables.cpp \
@@ -249,7 +249,7 @@ pkginclude_HEADERS = \
249249
polynomi.h ppc-simd.h pssr.h pubkey.h pwdbased.h queue.h \
250250
rabin.h randpool.h rc2.h rc5.h rc6.h rdrand.h \
251251
rijndael.h ripemd.h rng.h rsa.h rw.h safer.h \
252-
salsa.h seal.h secblock.h seckey.h seed.h serpent.h \
252+
salsa.h scrypt.h seal.h secblock.h seckey.h seed.h serpent.h \
253253
serpentp.h sha.h sha3.h shacal2.h shark.h simon.h \
254254
simple.h siphash.h skipjack.h sm3.h sm4.h smartptr.h \
255255
socketft.h sosemanuk.h speck.h square.h stdcpp.h strciphr.h \

0 commit comments

Comments
 (0)