package curve import "context" type KeyPublic interface { Attack(context.Context) (KeyPair, error) }