Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ed25519KeyPair ¶
type Ed25519KeyPair struct {
// contains filtered or unexported fields
}
func NewEd25519KeyPair ¶
func NewEd25519KeyPair(privateKey ed25519.PrivateKey) *Ed25519KeyPair
func (*Ed25519KeyPair) PrivateKey ¶
func (e *Ed25519KeyPair) PrivateKey() []byte
func (*Ed25519KeyPair) PublicKey ¶
func (e *Ed25519KeyPair) PublicKey() []byte
func (*Ed25519KeyPair) Sign ¶
func (e *Ed25519KeyPair) Sign(msg []byte) []byte
Click to show internal directories.
Click to hide internal directories.