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

Class IdentityId

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

Source from the content-addressed store, hash-verified

44/// the full public key.
45#[derive(Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]
46pub struct IdentityId([u8; 32]);
47
48impl IdentityId {
49 /// Create an identity ID from a public key.

Callers 3

from_public_keyMethod · 0.85
from_bytesMethod · 0.85
from_base32Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected