[−][src]Struct zerocaf::edwards::CompressedEdwardsY
The first 255 bits of a CompressedEdwardsY
represent the
(y)-coordinate. The high bit of the 32nd byte gives the sign of (x).
Methods
impl CompressedEdwardsY
[src][−]
pub fn from_slice(bytes: &[u8]) -> CompressedEdwardsY
[src][−]
Construct a CompressedEdwardsY
from a slice of bytes.
Note:
This function should only be used to get a
CompressedEdwardsY
compressed point from
a [u8; 32] that we know that is already a
compressed point.
If this function is used with Y-coordinates randomly might give errors.
pub fn to_bytes(&self) -> [u8; 32]
[src][−]
Return the CompressedEdwardsY
as an array of bytes (it's cannonical state).
pub fn decompress(&self) -> Option<EdwardsPoint>
[src][−]
Attempt to decompress to an EdwardsPoint
.
Returns None
if the input is not the Y-coordinate of a
curve point.
Trait Implementations
impl Clone for CompressedEdwardsY
[src][+]
impl ConstantTimeEq for CompressedEdwardsY
[src][+]
impl Copy for CompressedEdwardsY
[src]
impl Debug for CompressedEdwardsY
[src][+]
impl Default for CompressedEdwardsY
[src][+]
impl Eq for CompressedEdwardsY
[src]
impl Identity for CompressedEdwardsY
[src][+]
impl Index<usize> for CompressedEdwardsY
[src][+]
impl IndexMut<usize> for CompressedEdwardsY
[src][+]
impl<'a> Neg for &'a CompressedEdwardsY
[src][+]
impl Neg for CompressedEdwardsY
[src][+]
impl PartialEq<CompressedEdwardsY> for CompressedEdwardsY
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for CompressedEdwardsY
impl Send for CompressedEdwardsY
impl Sync for CompressedEdwardsY
impl Unpin for CompressedEdwardsY
impl UnwindSafe for CompressedEdwardsY
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Clear for T where
T: InitializableFromZeroed + ?Sized,
[+]
T: InitializableFromZeroed + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> InitializableFromZeroed for T where
T: Default,
[+]
T: Default,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,