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

Method from

bbs_plus/src/error.rs:70–72  ·  view source on GitHub ↗
(e: SchnorrError)

Source from the content-addressed store, hash-verified

68
69impl From<SchnorrError> for BBSPlusError {
70 fn from(e: SchnorrError) -> Self {
71 Self::SchnorrError(e)
72 }
73}
74
75impl From<InvalidPair<usize>> for BBSPlusError {

Callers

nothing calls this directly

Calls 3

SchnorrErrorEnum · 0.85
OTErrorEnum · 0.85
SSErrorEnum · 0.85

Tested by

no test coverage detected