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

Class PublicKey

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

Source from the content-addressed store, hash-verified

17/// changes were signed by the corresponding secret key holder.
18#[derive(Clone, PartialEq, Eq)]
19pub struct PublicKey(VerifyingKey);
20
21impl PublicKey {
22 /// Size of the public key in bytes

Callers 2

from_bytesMethod · 0.85
public_keyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected