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

Method ne

ctutils/src/choice.rs:98–100  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

96 #[inline]
97 #[must_use]
98 pub const fn ne(self, other: Self) -> Self {
99 Self::xor(self, other)
100 }
101
102 //
103 // `const fn` constructor methods

Callers

nothing calls this directly

Calls 1

xorFunction · 0.70

Tested by

no test coverage detected