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

Method from

proof_system/src/error.rs:123–125  ·  view source on GitHub ↗
(e: SchnorrError)

Source from the content-addressed store, hash-verified

121
122impl From<SchnorrError> for ProofSystemError {
123 fn from(e: SchnorrError) -> Self {
124 Self::SchnorrError(e)
125 }
126}
127
128impl From<BBSPlusError> for ProofSystemError {

Callers

nothing calls this directly

Calls 6

SchnorrErrorEnum · 0.85
BBSPlusErrorEnum · 0.85
SaverErrorEnum · 0.85
CircomErrorEnum · 0.85
KVACErrorEnum · 0.85

Tested by

no test coverage detected