diff --git a/src/ristretto.rs b/src/ristretto.rs index 240ea19..1c04c45 100644 --- a/src/ristretto.rs +++ b/src/ristretto.rs @@ -560,7 +560,7 @@ impl<'de> Deserialize<'de> for RistrettoPoint { /// `ExtendedPoint`, with custom equality, compression, and /// decompression routines to account for the quotient. #[derive(Copy, Clone)] -pub struct RistrettoPoint(pub ExtendedPoint); +pub struct RistrettoPoint(pub(crate) ExtendedPoint); impl RistrettoPoint { /// Compress in Ristretto format.