Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ed25519Signer ¶
type Ed25519Signer struct{}
Ed25519Signer exposes the signing and verification functionalities from the ed25519 signature scheme
func (*Ed25519Signer) IsInterfaceNil ¶
func (e *Ed25519Signer) IsInterfaceNil() bool
IsInterfaceNil returns true if there is no value under the interface
func (*Ed25519Signer) Sign ¶
func (e *Ed25519Signer) Sign(private crypto.PrivateKey, msg []byte) ([]byte, error)
Sign will sign a message using ed25519 signature scheme
Click to show internal directories.
Click to hide internal directories.