Skip to content

Commit

Permalink
Switch to PKCS5_PBKDF2_HMAC and remove pbkdf2.h, pbkdf2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoManiac committed Apr 1, 2015
1 parent 72462d5 commit 7f21060
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 280 deletions.
2 changes: 0 additions & 2 deletions novacoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ HEADERS += src/qt/bitcoingui.h \
src/uint256.h \
src/kernel.h \
src/scrypt.h \
src/pbkdf2.h \
src/serialize.h \
src/strlcpy.h \
src/main.h \
Expand Down Expand Up @@ -343,7 +342,6 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
src/noui.cpp \
src/kernel.cpp \
src/scrypt.cpp \
src/pbkdf2.cpp \
src/qt/multisigaddressentry.cpp \
src/qt/multisiginputentry.cpp \
src/qt/multisigdialog.cpp
Expand Down
1 change: 0 additions & 1 deletion src/makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ OBJS= \
obj/walletdb.o \
obj/noui.o \
obj/kernel.o \
obj/pbkdf2.o \
obj/scrypt.o

all: novacoind
Expand Down
1 change: 0 additions & 1 deletion src/makefile.linux-mingw
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ OBJS= \
obj/walletdb.o \
obj/noui.o \
obj/kernel.o \
obj/pbkdf2.o \
obj/scrypt.o

all: novacoind.exe
Expand Down
1 change: 0 additions & 1 deletion src/makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ OBJS= \
obj/walletdb.o \
obj/noui.o \
obj/kernel.o \
obj/pbkdf2.o \
obj/scrypt.o

all: novacoind.exe
Expand Down
1 change: 0 additions & 1 deletion src/makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ OBJS= \
obj/wallet.o \
obj/walletdb.o \
obj/noui.o \
obj/pbkdf2.o \
obj/kernel.o \
obj/scrypt.o

Expand Down
1 change: 0 additions & 1 deletion src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ OBJS= \
obj/walletdb.o \
obj/noui.o \
obj/kernel.o \
obj/pbkdf2.o \
obj/scrypt.o

all: novacoind
Expand Down
148 changes: 0 additions & 148 deletions src/pbkdf2.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions src/pbkdf2.h

This file was deleted.

Loading

0 comments on commit 7f21060

Please sign in to comment.