Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeismicSystems/summit
/ KeyStore
Class
KeyStore
types/src/keystore.rs:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
use commonware_cryptography::bls12381::PrivateKey;
3
4
pub struct KeyStore<C: Signer> {
5
pub node_key: C,
6
pub consensus_key: PrivateKey,
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected