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