#elliptic-curve #bls12-381 #serialization #construction #pairing-friendly #group #fork

no-std pg-curve

Fork of the BLS12-381 pairing-friendly elliptic curve construction with target group serialization

1 unstable release

0.2.0 Mar 1, 2023

#1660 in Cryptography

Download history 8/week @ 2024-01-29 48/week @ 2024-02-19 36/week @ 2024-02-26 19/week @ 2024-03-04 13/week @ 2024-03-11 7/week @ 2024-03-18 9/week @ 2024-03-25 39/week @ 2024-04-01

71 downloads per month
Used in 2 crates (via ibe)

MIT/Apache

555KB
12K SLoC

PostGuard curve library Crates.io

This crate is a fork of the BLS12-381 pairing-friendly elliptic curve construction crate, providing serialisation. This crate is forked because the maintainers of BLS12-381 do not wish to merge the proposed serialisation standard in merge request #12. This crate should be up to date with upstream, with the gt-serialisation branch merged.


lib.rs:

bls12_381

This crate provides an implementation of the BLS12-381 pairing-friendly elliptic curve construction.

  • This implementation has not been reviewed or audited. Use at your own risk.
  • This implementation targets Rust 1.36 or later.
  • This implementation does not require the Rust standard library.
  • All operations are constant time unless explicitly noted.

Dependencies