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 BLS12_377 curve generated in [[BCGMMW20, “Zexe”]](https://eprint.iacr.org/2018/962).
//! This library implements the BLS12_377 curve generated in [\[BCGMMW20, “Zexe”\]](https://eprint.iacr.org/2018/962).
//! The name denotes that it is a Barreto--Lynn--Scott curve of embedding degree 12,
//! defined over a 377-bit (prime) field. The main feature of this curve is that
//! both the scalar field and the base field are highly 2-adic.