Skip to content

Commit

Permalink
rm more reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Mar 3, 2024
1 parent 5a2722c commit 4f79e53
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions core/vm/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,19 +420,6 @@ func runBn256Pairing(input []byte) ([]byte, error) {
return false32Byte, nil
}

type ringSignatureVerifier struct{}
type bulletproofVerifier struct{}

func (c *bulletproofVerifier) RequiredGas(input []byte) uint64 {
//the gas should depends on the ringsize
return 100000
}

func (c *ringSignatureVerifier) RequiredGas(input []byte) uint64 {
//the gas should depends on the ringsize
return 100000
}

// bn256PairingIstanbul implements a pairing pre-compile for the bn256 curve
// conforming to Istanbul consensus rules.
type bn256PairingIstanbul struct{}
Expand Down

0 comments on commit 4f79e53

Please sign in to comment.