changes...

This commit is contained in:
jtguibas
2022-10-10 22:44:59 -07:00
parent df3f8082ca
commit 51b98741b8
6 changed files with 27 additions and 32 deletions

View File

@@ -70,9 +70,6 @@ func (c *PoseidonChip) fullRounds(state PoseidonState, roundCounter *int) Poseid
state = c.constantLayer(state, roundCounter)
state = c.sBoxLayer(state)
state = c.mdsLayer(state)
if *roundCounter >= 26 && i == 3 {
break
}
*roundCounter += 1
}
return state