bls
bls copied to clipboard
The `minimized_static` target in Makefile has error. I tried to build like: `MIN_WITH_XBYAK=1 make minimized_static;` but I got another error. Any idea how to fix it? You can check the...
I was planning to use this bls in C# with the binding you kindly made. If I set the `SET_ETH`, C# binding throws _blsInit_ in `Init()`. Compiled with CMake (+...
This PR is related to https://github.com/herumi/mcl/pull/155 If https://github.com/herumi/mcl/pull/155 is merged into MCL, this PR will be the update to add support to custom AR during build on bls lib.
Hi We are building an Ethereum based DKG/Threshold signature application, and trying to make it work with herumi/bls library for node.js (bls-wasm). While everything works fine, we are unable to...