@@ -25,7 +25,7 @@ func (s *curveKeyPublic) MarshalJSON() ([]byte, error) {
}
func (s *curveKeyPublic) Attack(ctx context.Context) (curve.KeyPair, error) {
- return nil, nil
+ return s.attack(ctx)
func (s *curveKeyPublic) attack(ctx context.Context) (*curveKeyPair, error) {