initial commit

This commit is contained in:
Doug Hoyte
2022-12-19 14:42:40 -05:00
commit c47d07e985
42 changed files with 4652 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
BIN = strfry
OPT = -O3 -g
include golpe/rules.mk
LDLIBS += -lsecp256k1 -lb2