This Rust-based project provides a straightforward way to compute public keys using the BLS12-381 curve from a given secret key.
To use this project, you must have the Rust programming language and Cargo,. If you do not have Rust installed, you can download it and find installation instructions at here.
Clone the repository:
git clone https://github.com/caglacelik/bls12-381Build
cargo buildRun tests
cargo testContributions to this project are welcome.