소스 검색

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