this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: note about possibly adding multibase helper to PrivateKey interface

+2
+2
atproto/crypto/keys.go
··· 29 29 // The encoding format is curve-specific, and is generally "compact" for private keys. 30 30 // No ASN.1 or other enclosing structure is applied to the bytes. 31 31 Bytes() []byte 32 + 33 + // NOTE: should Multibase() (string, error) be part of this interface? Probably. 32 34 } 33 35 34 36 // Common interface for all the supported atproto cryptographic systems.