remove blake2 dependency

This commit is contained in:
Doug Hoyte
2023-05-16 01:33:40 -04:00
parent 3946d9b2f5
commit 76ba9081b1
5 changed files with 5 additions and 5 deletions

View File

@ -3,5 +3,5 @@ OPT = -O3 -g
include golpe/rules.mk
LDLIBS += -lsecp256k1 -lb2 -lzstd
LDLIBS += -lsecp256k1 -lzstd
INCS += -Iexternal/negentropy/cpp