Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ ct_eq
Method
ct_eq
ctutils/src/choice.rs:544–546 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
542
impl CtEq for Choice {
543
#[inline]
544
fn ct_eq(&self, other: &Self) -> Self {
545
self.0.ct_eq(&other.0)
546
}
547
}
548
impl CtEqSlice for Choice {}
549
Callers
nothing calls this directly
Calls
1
ct_eq
Function · 0.70
Tested by
no test coverage detected