pub struct CaseN1024R53P1;
Expand description
Supplementary case for exotic parameters
Trait Implementations§
Source§impl CaseP1 for CaseN1024R53P1
impl CaseP1 for CaseN1024R53P1
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
Source§fn pipeline_api_test()
fn pipeline_api_test()
Test the pipeline API
Auto Trait Implementations§
impl Freeze for CaseN1024R53P1
impl RefUnwindSafe for CaseN1024R53P1
impl Send for CaseN1024R53P1
impl Sync for CaseN1024R53P1
impl Unpin for CaseN1024R53P1
impl UnwindSafe for CaseN1024R53P1
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