Skip to content

Cypherock/class-group

 
 

Repository files navigation

Class Group DKG

We implement a class-group based DKG (distributed key generation) algorithm using BICYCL library at: https://github.com/Entropy-Foundation/BICYCL. Our implementation is based on a modified version of BICYCL library and we use Miracl core library at: https://github.com/miracl/core for BLS-12381 curve implementation. Follow these steps to build and test the library:

Step 1: Install BICYCL library at https://github.com/Entropy-Foundation/BICYCL

Step 2: mkdir build bin config

Step 3: cd build

Step 4: cmake ..

Step 5: make

Step 6: cd ../bin/

Step 7: ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 18.8%
  • C 15.4%
  • Rust 13.7%
  • Java 12.0%
  • JavaScript 11.1%
  • Swift 10.9%
  • Other 18.1%