dashpay / bls-signatures

BLS signatures in C++, using the relic toolkit
Apache License 2.0
10 stars 34 forks source link

TD-17 Upgrade go-bindings to upstream v1.0.7 #28

Closed shotonoff closed 2 years ago

shotonoff commented 2 years ago

Since the API between 0. and 1. is not backward compatible anymore, the it is needed to upgrade go-bindings to support chiabls version 1.* the current base commit for this branch was taken from upstream tag 1.0.7 this implementation includes all necessary bindings with chia library and unit-tests

lklimek commented 2 years ago

I did review it here: https://github.com/shotonoff/bls-signatures/pull/1 , LGTM