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

File ct_option.rs

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

Source from the content-addressed store, hash-verified

1use crate::{Choice, CtAssign, CtAssignSlice, CtEq, CtEqSlice, CtSelect};
2use core::ops::{Deref, DerefMut};
3
4/// Helper macro for providing behavior like the [`CtOption::map`] combinator that works in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected