package curve type KeyPrivate interface { MessageDecode(Message) ([]byte, error) }