Struct lakers_shared::ProcessingM1
source · pub struct ProcessingM1 {
pub y: BytesP256ElemLen,
pub g_y: BytesP256ElemLen,
pub c_i: u8,
pub g_x: BytesP256ElemLen,
pub h_message_1: BytesHashLen,
}Fields§
§y: BytesP256ElemLen§g_y: BytesP256ElemLen§c_i: u8§g_x: BytesP256ElemLen§h_message_1: BytesHashLenTrait Implementations§
source§impl Debug for ProcessingM1
impl Debug for ProcessingM1
source§impl Default for ProcessingM1
impl Default for ProcessingM1
source§fn default() -> ProcessingM1
fn default() -> ProcessingM1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ProcessingM1
impl Send for ProcessingM1
impl Sync for ProcessingM1
impl Unpin for ProcessingM1
impl UnwindSafe for ProcessingM1
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