MCPcopy Create free account
hub / github.com/RustCrypto/utils / choice.rs

File choice.rs

ctutils/src/choice.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{CtAssign, CtAssignSlice, CtEq, CtEqSlice, CtSelectUsingCtAssign};
2use core::ops::{BitAnd, BitAndAssign, BitOr, BitOrAssign, BitXor, BitXorAssign, Not};
3
4#[cfg(feature = "subtle")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected