Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64 ¶
func EncodeBase64 ¶
Types ¶
type Ed25519Keypair ¶
func FromReader ¶ added in v1.15.0
func FromReader(reader io.ReadCloser) (*Ed25519Keypair, error)
func NewKeyPair ¶
func NewKeyPair() (*Ed25519Keypair, error)
func PubkeyFromString ¶
func PubkeyFromString(pub string) (*Ed25519Keypair, error)
func (*Ed25519Keypair) AsJson ¶ added in v1.14.0
func (keypair *Ed25519Keypair) AsJson() ([]byte, error)
type SignatureKeypair ¶
Click to show internal directories.
Click to hide internal directories.