MCPcopy Create free account
hub / github.com/RustCrypto/utils / ct_assign

Method ct_assign

ctutils/src/choice.rs:535–537  ·  view source on GitHub ↗
(&mut self, other: &Self, choice: Choice)

Source from the content-addressed store, hash-verified

533impl CtAssign for Choice {
534 #[inline]
535 fn ct_assign(&mut self, other: &Self, choice: Choice) {
536 self.0.ct_assign(&other.0, choice);
537 }
538}
539impl CtAssignSlice for Choice {}
540impl CtSelectUsingCtAssign for Choice {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected