fixed bug

This commit is contained in:
Kevin Jue 2022-11-15 12:12:13 -08:00
parent d847bbd8e8
commit 1095665ed1

View File

@ -7,8 +7,6 @@ import (
"github.com/consensys/gnark/frontend"
)
type Hash = [4]F
func SelectHash(fieldAPI frontend.API, bit frontend.Variable, leftHash, rightHash Hash) Hash {
var returnHash Hash
for i := 0; i < 4; i++ {