瀏覽代碼

in progress

0x4a52466c696e74 2 年之前
父節點
當前提交
91584dce2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {