pub struct CaseN1024R53P3;
Expand description
Supplementary case for exotic parameters
Trait Implementations§
Source§impl Case for CaseN1024R53P3
impl Case for CaseN1024R53P3
Source§const KNOWN_ANSWER: GenericArray<u8, Self::OutputLen>
const KNOWN_ANSWER: GenericArray<u8, Self::OutputLen>
The known answer
Source§type OutputLen = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>
type OutputLen = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>
The length of the output
Source§type R = UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>, B1>
type R = UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>, B1>
The number of rounds
Source§fn algorithm_self_test()
fn algorithm_self_test()
Test the algorithm implementation
Auto Trait Implementations§
impl Freeze for CaseN1024R53P3
impl RefUnwindSafe for CaseN1024R53P3
impl Send for CaseN1024R53P3
impl Sync for CaseN1024R53P3
impl Unpin for CaseN1024R53P3
impl UnwindSafe for CaseN1024R53P3
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