rlp, tests/fuzzers/bls12381: gofmt (#22937)

pull/22940/head
ucwong 3 years ago committed by GitHub
parent 93407b14a6
commit 017cf71fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rlp/safe.go
  2. 2
      tests/fuzzers/bls12381/bls12381_fuzz.go

@ -22,5 +22,5 @@ import "reflect"
// byteArrayBytes returns a slice of the byte array v.
func byteArrayBytes(v reflect.Value) []byte {
return v.Slice(0, v.Len()).Bytes()
return v.Slice(0, v.Len()).Bytes()
}

@ -159,7 +159,7 @@ func FuzzCrossG1MultiExp(data []byte) int {
gethPoints = append(gethPoints, new(bls12381.PointG1).Set(kp1))
gnarkPoints = append(gnarkPoints, *cp1)
}
if len(gethScalars) == 0{
if len(gethScalars) == 0 {
return 0
}
// compute multi exponentiation

Loading…
Cancel
Save