package curve type Crypt interface { KeyPair() (KeyPair, error) }