Fix links in curve documentation (#49)

This commit is contained in:
Pratyush Mishra
2021-03-24 19:25:56 +03:00
committed by GitHub
parent 507cfa355a
commit 5c0dcd5ca1
14 changed files with 37 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
)]
#![forbid(unsafe_code)]
//! This library implements the CP6_782 curve generated in [[BCGMMW20, “Zexe”]](https://eprint.iacr.org/2018/962).
//! This library implements the CP6_782 curve generated in [\[BCGMMW20, “Zexe”\]](https://eprint.iacr.org/2018/962).
//! The name denotes that it was generated using the Cocks--Pinch method for the embedding degree 6.
//! The main feature of this curve is that the scalar field equals the base field of the BLS12_377 curve.
//!