Expand description
§Dalek FF/Group
ff/group bindings around curve25519-dalek with a from_hash/random function based around modern dependencies.
This library was audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.
This library is usable under no_std.
Re-exports§
pub use curve25519_dalek as dalek;
Structs§
- Wrapper around the dalek Point type. For Ed25519, this is restricted to the prime subgroup.
- A constant-time implementation of the Ed25519 field.
- Wrapper around the dalek Point type. For Ed25519, this is restricted to the prime subgroup.
- Wrapper around the dalek Scalar type.
Constants§
- The basepoint for this curve.
- The basepoint for this curve.
Statics§
- Table containing precomputed multiples of the Ed25519 basepoint \(B = (x, 4/5)\).
- The Ristretto basepoint, as a
RistrettoBasepointTable
for scalar multiplication.