Expand description
Curve trait and provided curves/HRAMs, forming various ciphersuites.
Structs§
- Ed448
ed448 - Ciphersuite for Ed448, inspired by RFC-8032. This is not recommended for usage.
- Ed25519
ed25519 - Ciphersuite for Ed25519, inspired by RFC-8032.
- Ietf
Ed448 Hram ed448 - The challenge function for FROST’s Ed448 ciphersuite.
- Ietf
Ed25519 Hram ( ristrettoored25519) anded25519 - The challenge function for this ciphersuite.
- Ietf
P256 Hram ( secp256k1orp256) andp256 - The challenge function for this ciphersuite.
- Ietf
Ristretto Hram ( ristrettoored25519) andristretto - The challenge function for this ciphersuite.
- Ietf
Secp256k1 Hram ( secp256k1orp256) andsecp256k1 - The challenge function for this ciphersuite.
- P256
p256 - Ciphersuite for P-256.
- Ristretto
ristretto - Ciphersuite for Ristretto.
- Secp256k1
secp256k1 - Ciphersuite for Secp256k1.
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.
- Prime
Field - This represents an element of a non-binary prime field.