Browse Source

in progress

0x4a52466c696e74 2 years ago
parent
commit
91584dce2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dhellman/curve_key_public.go

+ 1 - 1
dhellman/curve_key_public.go

@@ -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) {