#[repr(C)]pub struct SigverifySpxSignature {
pub data: [u32; 1964],
}
Expand description
A type that holds 1964 32-bit words for SPHINCS+ signatures.
Fields§
§data: [u32; 1964]
Trait Implementations§
Source§impl Clone for SigverifySpxSignature
impl Clone for SigverifySpxSignature
Source§fn clone(&self) -> SigverifySpxSignature
fn clone(&self) -> SigverifySpxSignature
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SigverifySpxSignature
impl Debug for SigverifySpxSignature
Source§impl Default for SigverifySpxSignature
impl Default for SigverifySpxSignature
Source§impl FromBytes for SigverifySpxSignature
impl FromBytes for SigverifySpxSignature
Source§impl FromZeros for SigverifySpxSignature
impl FromZeros for SigverifySpxSignature
Source§impl IntoBytes for SigverifySpxSignature
impl IntoBytes for SigverifySpxSignature
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl TryFromBytes for SigverifySpxSignature
impl TryFromBytes for SigverifySpxSignature
§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for SigverifySpxSignature
impl Immutable for SigverifySpxSignature
Auto Trait Implementations§
impl Freeze for SigverifySpxSignature
impl RefUnwindSafe for SigverifySpxSignature
impl Send for SigverifySpxSignature
impl Sync for SigverifySpxSignature
impl Unpin for SigverifySpxSignature
impl UnwindSafe for SigverifySpxSignature
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