mirror of
https://github.com/logos-storage/gnark-plonky2-verifier.git
synced 2026-01-03 21:53:10 +00:00
fixed bug
This commit is contained in:
parent
d847bbd8e8
commit
1095665ed1
@ -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++ {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user