Browse Source

in progress

0x4a52466c696e74 2 năm trước cách đây
mục cha
commit
91584dce2a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {