Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
19
pub struct PublicKey(VerifyingKey);
20
21
impl PublicKey {
22
/// 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