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

Method bitxor

ctutils/src/choice.rs:521–523  ·  view source on GitHub ↗
(self, rhs: Choice)

Source from the content-addressed store, hash-verified

519
520 #[inline]
521 fn bitxor(self, rhs: Choice) -> Choice {
522 Choice(self.0 ^ rhs.0)
523 }
524}
525
526impl BitXorAssign for Choice {

Callers

nothing calls this directly

Calls 1

ChoiceClass · 0.85

Tested by

no test coverage detected