/BLS12-381

BLS12-381 implementation with lambdaworks

Primary LanguageRust

BLS12-381

Minimal implementation of BLS12-381 using lambdaworks, it allows the computation of public key from a given private key

Make sure you have Rust installed on your system. If not, you can download and install it from the official Rust website.

Setup

  1. Clone this Repository
git clone https://github.com/mr-abims/BLS12-381
  1. Enter to the Project Directory:
cd BLS12-381
  1. Compile the program
cargo build
  1. Execute the Program
cargo run