MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / SecretKey

Class SecretKey

atomic-identity/src/keypair.rs:113–113  ·  view source on GitHub ↗

A secret key for signing changes. Secret keys must be kept private. They are used to sign changes to prove authorship.

Source from the content-addressed store, hash-verified

111/// Secret keys must be kept private. They are used to sign changes
112/// to prove authorship.
113pub struct SecretKey(SigningKey);
114
115impl SecretKey {
116 /// Size of the secret key in bytes

Callers 2

generateMethod · 0.85
from_bytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected