libBLS
libBLS copied to clipboard
Solidity-compatible BLS signatures, threshold encryption, distributed key generation library in modern C++. Actively maintained and used by SKALE for consensus, distributed random number gen, inter-ch...
hi, i wonder if the project can be compiled in windows. How to deal with “bash ./build.sh” in windows environment.
I am trying to aggregate public shares in the context of BLS TSS. The problem is, `DKGBLSWrapper::CreateTEPublicKey` is declared at [DKGBLSWrapper.h#L55](https://github.com/skalenetwork/libBLS/blob/26f256185889effc0c43cb1a73e4e031983434f2/dkg/DKGBLSWrapper.h#L55) . However, its definitions does not appear in [DKGBLSWrapper.cpp](https://github.com/skalenetwork/libBLS/blob/develop/dkg/DKGBLSWrapper.cpp)....
**TIP**: Before submitting your PR, don't hesitate to remove any placeholder text, possible empty sections, and this tip. **What**: Changes on the Readme File **Why**: For More clarity **How**: To...
**What**: Changing flags so we ignore some build errors **Why**: As this project requires old boost, I added some flags to be able to build it on newer version of...
change macos version to 13 fix build on latest macos
**Describe the bug** A clear and concise description of what the bug is. Los of libbls compiler warnings in skaled build. It make it hard to analyze build logs **To...
Investigate gnark library, run and compile code for SKALE ZK: https://github.com/ConsenSys/gnark
Removing useless `eval` command when printing to stdout with `echo`. The `eval` command is out of place here.