A RistrettoPoint represents a point in the Ristretto group for
Curve25519. Ristretto, a variant of Decaf, constructs a
prime-order group as a quotient group of a subgroup of (the
Edwards form of) Curve25519.
The group generator as a single point, compressed for transit.
If you’re trying to create a scalar multiple of the generator, you probably want
GENERATOR_TABLE instead.