Enum commit_verify::strategies::ConcealStrict
source · pub enum ConcealStrict {}
Expand description
Commits to the value data by first converting them into confidential
version (concealing) by running Conceal::conceal
first and returning its result serialized with strict encoding
rules.
Can apply only to types implementing Conceal
trait, where
Conceal::Concealed
type must also implement StrictEncode
trait.
Auto Trait Implementations§
impl RefUnwindSafe for ConcealStrict
impl Send for ConcealStrict
impl Sync for ConcealStrict
impl Unpin for ConcealStrict
impl UnwindSafe for ConcealStrict
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