key_private.go 85 B

12345
  1. package curve
  2. type KeyPrivate interface {
  3. MessageDecode(Message) ([]byte, error)
  4. }