···2929 // The encoding format is curve-specific, and is generally "compact" for private keys.
3030 // No ASN.1 or other enclosing structure is applied to the bytes.
3131 Bytes() []byte
3232+3333+ // NOTE: should Multibase() (string, error) be part of this interface? Probably.
3234}
33353436// Common interface for all the supported atproto cryptographic systems.