pub struct CMZ_B { /* private fields */ }Methods from Deref<Target = RistrettoPoint>§
Sourcepub fn compress(&self) -> CompressedRistretto
pub fn compress(&self) -> CompressedRistretto
Compress this point using the Ristretto encoding.
Trait Implementations§
Source§impl Deref for CMZ_B
impl Deref for CMZ_B
Source§type Target = RistrettoPoint
type Target = RistrettoPoint
The resulting type after dereferencing.
Source§fn deref(&self) -> &RistrettoPoint
fn deref(&self) -> &RistrettoPoint
Dereferences the value.
impl LazyStatic for CMZ_B
Auto Trait Implementations§
impl Freeze for CMZ_B
impl RefUnwindSafe for CMZ_B
impl Send for CMZ_B
impl Sync for CMZ_B
impl Unpin for CMZ_B
impl UnwindSafe for CMZ_B
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more