Module tari_crypto::ristretto::ristretto_keys[][src]

Expand description

The Tari-compatible implementation of Ristretto based on the curve25519-dalek implementation

Structs

The PublicKey implementation for ristretto255 is a thin wrapper around the dalek library’s RistrettoPoint.

The SecretKey implementation for Ristretto is a thin wrapper around the Dalek Scalar type, representing a 256-bit integer (mod the group order).