Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 490 Bytes

BLS

A Nim Wrapper for blst.

It should be noted this library exposes a simplified API which is tailored for Meros. This means it assumes Proof of Possessions are being used. Without any, Rogue-Key Attacks are possible. Beyond that, this uses G2 for Public Keys, whereas most libraries/projects assume/use G1 for Public Keys.

Installation

nimble install https://github.com/MerosCrypto/mc_bls/