Skip to content

Public key generator using the BLS12-381 curve with lambdaworks

License

Notifications You must be signed in to change notification settings

caglacelik/bls12-381

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages