wip
This commit is contained in:
parent
4fa7392ff2
commit
2a50753351
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ def main() -> (field):
|
|||
|
||||
field[2] digest = mimcFeistel(1,2,3)
|
||||
mimcFeistel(1,2,3) == [18444058245820418255538785847032978363886102372504864086197416499869253008979, 2646733164649743153031645792459389637917704265581895142760676293265176296759]
|
||||
//mimcFeistel(0,0,0) == [14543742788565021628577424853847564376151732847602780516906950225481254681152, 21165881269406212375659499083070944693027168220143204011932538650149052385959]
|
||||
mimcFeistel(0,0,0) == [14543742788565021628577424853847564376151732847602780516906950225481254681152, 21165881269406212375659499083070944693027168220143204011932538650149052385959]
|
||||
//mimcFeistel(21888242871839275222246405745257275088548364400416034343698204186575808495617, 0, 0) == [14543742788565021628577424853847564376151732847602780516906950225481254681152, 21165881269406212375659499083070944693027168220143204011932538650149052385959]
|
||||
return 1
|
Loading…
Reference in a new issue