Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey struct {
// contains filtered or unexported fields
}
func GeneratePrivateKey ¶
func GeneratePrivateKey() PrivateKey
func NewPrivateKeyFromReader ¶
func NewPrivateKeyFromReader(r io.Reader) PrivateKey
func (PrivateKey) PublicKey ¶
func (k PrivateKey) PublicKey() PublicKey
Click to show internal directories.
Click to hide internal directories.