Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
impl From<SchnorrError> for BBSPlusError {
70
fn from(e: SchnorrError) -> Self {
71
Self::SchnorrError(e)
72
}
73
}
74
75
impl From<InvalidPair<usize>> for BBSPlusError {
Callers
nothing calls this directly
Calls
3
SchnorrError
Enum · 0.85
OTError
Enum · 0.85
SSError
Enum · 0.85
Tested by
no test coverage detected