pub struct CompressedEdwardsY(pub [u8; 57]);
Tuple Fields§
§0: [u8; 57]
Implementations§
Source§impl CompressedEdwardsY
impl CompressedEdwardsY
pub fn decompress(&self) -> Option<ExtendedPoint>
Auto Trait Implementations§
impl Freeze for CompressedEdwardsY
impl RefUnwindSafe for CompressedEdwardsY
impl Send for CompressedEdwardsY
impl Sync for CompressedEdwardsY
impl Unpin for CompressedEdwardsY
impl UnwindSafe for CompressedEdwardsY
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