Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
impl From<SchnorrError> for SSError {
42
fn from(e: SchnorrError) -> Self {
43
Self::SchnorrError(e)
44
}
45
}
46
47
impl From<SerializationError> for SSError {
Callers
nothing calls this directly
Calls
1
SchnorrError
Enum · 0.85
Tested by
no test coverage detected