Skip to main content

Module ct_assign

Module ct_assign 

Source

Macrosยง

impl_ct_assign_slice_with_cmov ๐Ÿ”’
Impl CtAssign and CtAssignSlice using the cmov::Cmov trait
impl_ct_assign_with_cmov ๐Ÿ”’
Impl CtAssign using the cmov::Cmov trait

Traitsยง

CtAssign
Constant-time conditional assignment: assign a given value to another based on a Choice.
CtAssignSlice
Implementing this trait enables use of the CtAssign trait for [T] where T is the Self type implementing the trait, via a blanket impl.