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.
- Clone this Repository
git clone https://github.com/mr-abims/BLS12-381
- Enter to the Project Directory:
cd BLS12-381
- Compile the program
cargo build
- Execute the Program
cargo run