Merge commit 'f995880b928b24904f18d07f65bd338ff2f17337' into mimc_sponge
This commit is contained in:
commit
33332cc0d5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
import "./IVconstants" as IVconstants
|
||||
def main(field xL_in, field xR_in, field k) -> (field[2]):
|
||||
IV = IVconstants()
|
||||
field[220] IV = IVconstants()
|
||||
|
||||
field t = 0
|
||||
field nRounds = 220
|
||||
|
|
Loading…
Reference in a new issue