Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
25
pub struct PublicKey(VerifyingKey);
26
27
impl PublicKey {
28
/// Size of the public key in bytes
Callers
2
from_bytes
Method · 0.85
public_key
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected