Re-exports§
Modules§
- bls12_
381 bls12_381
- bn256
- ed25519
- ff_ext
- fft
- grumpkin
- hash_
to_ curve - msm
- pasta
- pluto_
eris Pluto\Eris half-pairing ccyle
- secp256k1
- secp256r1
- secq256k1
- serde
Macros§
- endo
- extend_
field_ legendre - field_
arithmetic - field_
arithmetic_ 7_ limbs - field_
bits - field_
bits_ 7_ limbs - field_
common - field_
common_ 7_ limbs - field_
specific - field_
specific_ 7_ limbs - impl_
add_ binop_ specify_ output - impl_
binops_ additive - impl_
binops_ additive_ specify_ output - impl_
binops_ multiplicative - impl_
binops_ multiplicative_ mixed - impl_
from_ u64 - impl_
from_ u64_ 7_ limbs - impl_
sub_ binop_ specify_ output - impl_
sum_ prod - new_
curve_ impl - serialize_
deserialize_ 32_ byte_ primefield - A macro to help define serialization and deserialization for prime field implementations that use 32-byte representations. This assumes the concerned type implements PrimeField (for from_repr, to_repr).
Structs§
- Coordinates
- The affine coordinates of a point on an elliptic curve.
Traits§
- Curve
Affine - This trait is the affine counterpart to
Curve
and is used for serialization, storage in memory, and inspection of $x$ and $y$ coordinates. - Curve
Affine Ext - Curve
Ext - This trait is a common interface for dealing with elements of an elliptic curve group in a “projective” form, where that arithmetic is usually more efficient.