ive just started writing a libsecp256k1 binding library for golang:

https://github.com/kehiy/go-secp256k1

a lot of work to do...

#golang #go #bitcoin #cryptography

Reply to this note

Please Login to reply.

Discussion

I thought it already existed

all of them that i found was deprecated.

Does it have to be a binding? btcd should have smth because p256k1 is used by bitcoin/nostr.

(I don't want to spoil the fun, but just in case. 😅)

yes. to version in btcd is golang implementation. which is slower. this version would be faster but with more overhead. this is trade off.