Project-Arda / bgls

Aggregate and Multi Signatures based on BGLS over BN256 and BLS12-381
Apache License 2.0
60 stars 18 forks source link

Is there a way to build the whole project into a dynamic lib? #46

Closed PeterCCLiu closed 3 years ago

PeterCCLiu commented 3 years ago

We want to call the Go code from Javascript using ffi. To do that, I am trying to build this whole project into one single *.dylib file, using -buildmode=c-shared

I wonder if it is possible to do so?