Skip to content

Commit

Permalink
feat(crypto): implement hashing to curve
Browse files Browse the repository at this point in the history
  • Loading branch information
onvej-sl committed Sep 27, 2023
1 parent 13ed7ee commit 4c144cd
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ SRCS += zkp_ecdsa.c
SRCS += zkp_bip340.c
SRCS += cardano.c
SRCS += tls_prf.c
SRCS += hash_to_curve.c

OBJS = $(SRCS:.c=.o)
OBJS += secp256k1-zkp.o
Expand Down
Loading

0 comments on commit 4c144cd

Please sign in to comment.