set.go 72 B

1234567
  1. package curve
  2. /*
  3. type Set interface {
  4. KeyPair() (KeyPair, error)
  5. }
  6. */