package curve

type Message interface {
	Encoded() []byte
}