MCPcopy Create free account
hub / github.com/docknetwork/crypto / DoubleHashedKey

Class DoubleHashedKey

oblivious_transfer/src/base_ot/simplest_ot.rs:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85#[derive(Clone, Debug, PartialEq, Eq, CanonicalSerialize, CanonicalDeserialize)]
86#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
87pub struct DoubleHashedKey(pub Vec<u8>);
88
89/// The OT sender acts as a challenger and creates the challenges. Used in Verified Simplest OT
90#[derive(Clone, Debug, PartialEq, Eq, CanonicalSerialize, CanonicalDeserialize)]

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected