[][src]Constant tari_crypto::ristretto::constants::RISTRETTO_NUMS_POINTS_COMPRESSED

pub const RISTRETTO_NUMS_POINTS_COMPRESSED: [CompressedRistretto; 10];

These points on the Ristretto curve have been created by sequentially hashing the Generator point with SHA512 and using the byte string representation of the hash as input into the from_uniform_bytes constructor in RistrettoPoint. This process is validated with the check_nums_points test below.