Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey struct { PublicKey // contains filtered or unexported fields }
func Curve25519PrivateKey ¶
func Curve25519PrivateKey(privateKey string) (*PrivateKey, error)
func GenerateCurve25519 ¶
func GenerateCurve25519() (*PrivateKey, error)
func (*PrivateKey) String ¶
func (key *PrivateKey) String() string
type ProvideSecretKey ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.