Module curve

Source
Expand description

Curve trait and provided curves/HRAMs, forming various ciphersuites.

Structs§

Ed25519ed25519
Ciphersuite for Ed25519, inspired by RFC-8032.
IetfEd25519Hram(ristretto or ed25519) and ed25519
The challenge function for this ciphersuite.

Traits§

Ciphersuite
Unified trait defining a ciphersuite around an elliptic curve.
Curve
FROST Ciphersuite.
Field
This trait represents an element of a field.
Group
This trait represents an element of a cryptographic group.
PrimeField
This represents an element of a non-binary prime field.