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

Method from

secret_sharing_and_dkg/src/error.rs:42–44  ·  view source on GitHub ↗
(e: SchnorrError)

Source from the content-addressed store, hash-verified

40
41impl From<SchnorrError> for SSError {
42 fn from(e: SchnorrError) -> Self {
43 Self::SchnorrError(e)
44 }
45}
46
47impl From<SerializationError> for SSError {

Callers

nothing calls this directly

Calls 1

SchnorrErrorEnum · 0.85

Tested by

no test coverage detected