crypt.go 68 B

12345
  1. package curve
  2. type Crypt interface {
  3. KeyPair() (KeyPair, error)
  4. }