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

Class PublicKey

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

Source from the content-addressed store, hash-verified

23/// changes were signed by the corresponding secret key holder.
24#[derive(Clone, PartialEq, Eq)]
25pub struct PublicKey(VerifyingKey);
26
27impl PublicKey {
28 /// 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