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

Method from

syra/src/error.rs:14–16  ·  view source on GitHub ↗
(e: SchnorrError)

Source from the content-addressed store, hash-verified

12
13impl From<SchnorrError> for SyraError {
14 fn from(e: SchnorrError) -> Self {
15 Self::SchnorrError(e)
16 }
17}
18
19impl From<ShortGroupSigError> for SyraError {

Callers

nothing calls this directly

Calls 2

SchnorrErrorEnum · 0.85
ShortGroupSigErrorEnum · 0.85

Tested by

no test coverage detected