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

Class BitMatrix

oblivious_transfer/src/lib.rs:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#[derive(Clone, Debug, PartialEq, Eq, CanonicalSerialize, CanonicalDeserialize)]
48#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
49pub struct BitMatrix(pub Vec<u8>);
50
51pub type ParticipantId = u16;

Callers 3

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected