Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 704 Bytes

BLS12-381 Public Key Generator

This Rust-based project provides a straightforward way to compute public keys using the BLS12-381 curve from a given secret key.

Prerequisites

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.

Installation

Clone the repository:

git clone https://github.com/caglacelik/bls12-381

Usage

Build

cargo build

Run tests

cargo test

Contributing

Contributions to this project are welcome.

License

MIT