Expand description

Logic for Agents Agents are actors (such as users) that can edit content. https://docs.atomicdata.dev/commits/concepts.html

Structs

keypair, serialized using base64

Functions

Returns a Key Pair (including public key) from a private key, base64 encoded.

Checks if the public key is a valid ED25519 base64 key. Not perfect - only checks byte length and parses base64.