caglacelik / bls12-381

Public key generator using the BLS12-381 curve with lambdaworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Public key generator using the BLS12-381 curve with lambdaworks

License:MIT License


Languages

Language:Rust 100.0%