Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ed25519Signer ¶
type Ed25519Signer struct {
// privateKey []byte
Key ed25519.PrivateKey
}
func NewEd25519Signer ¶
func NewEd25519Signer(secret string) (*Ed25519Signer, error)
func (*Ed25519Signer) PublicKey ¶
func (s *Ed25519Signer) PublicKey() []byte
Click to show internal directories.
Click to hide internal directories.