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

Method public_key_base32

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

Get the public key as a base32 string.

(&self)

Source from the content-addressed store, hash-verified

328
329 /// Get the public key as a base32 string.
330 pub fn public_key_base32(&self) -> String {
331 self.public_key.to_base32()
332 }
333
334 /// Verify a signature made by this identity.
335 pub fn verify(&self, message: &[u8], signature: &[u8; 64]) -> Result<(), IdentityError> {

Callers 7

mint_tokenFunction · 0.80
identity_to_authorFunction · 0.80
runMethod · 0.80
executeMethod · 0.80
to_authorMethod · 0.80
from_identityMethod · 0.80

Calls 1

to_base32Method · 0.45

Tested by

no test coverage detected