Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
impl From<SchnorrError> for SyraError {
14
fn from(e: SchnorrError) -> Self {
15
Self::SchnorrError(e)
16
}
17
}
18
19
impl From<ShortGroupSigError> for SyraError {
Callers
nothing calls this directly
Calls
2
SchnorrError
Enum · 0.85
ShortGroupSigError
Enum · 0.85
Tested by
no test coverage detected