mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 07:21:30 +01:00
Upgrade to work with latest ark-ff (#95)
Co-authored-by: Sun <huachuang20@gmail.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![forbid(unsafe_code)]
|
||||
//! This library implements a twisted Edwards curve whose base field is the scalar field of the
|
||||
//! curve BW6_761. *It is the same curve as that in `ark-ed_on_cp6_782`.*
|
||||
//! This allows defining cryptographic primitives that use elliptic curves over the scalar field of
|
||||
//! the latter curve. This curve was generated as part of the paper
|
||||
//! [\[BCGMMW20, “Zexe”\]](https://eprint.iacr.org/2018/962).
|
||||
//! This library implements a twisted Edwards curve whose base field is the
|
||||
//! scalar field of the curve BW6_761. *It is the same curve as that in
|
||||
//! `ark-ed_on_cp6_782`.* This allows defining cryptographic primitives that use
|
||||
//! elliptic curves over the scalar field of the latter curve. This curve was
|
||||
//! generated as part of the paper [\[BCGMMW20, “Zexe”\]](https://eprint.iacr.org/2018/962).
|
||||
//!
|
||||
//! Curve information:
|
||||
//! * Base field: q = 258664426012969094010652733694893533536393512754914660539884262666720468348340822774968888139573360124440321458177
|
||||
|
||||
Reference in New Issue
Block a user