Searched refs:ed25519Signer (Results 1 – 1 of 1) sorted by relevance
247 type ed25519Signer struct{} struct249 func (e *ed25519Signer) supportsKey(key crypto.PrivateKey) bool { argument254 func (e *ed25519Signer) signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, err… argument263 func (e *ed25519Signer) verifyMessage(key crypto.PublicKey, msg, sig []byte) error { argument330 return &ed25519Signer{}, nil