1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
This commit is contained in:
schaeff 2020-06-18 12:45:39 +02:00
parent 4fa7392ff2
commit 2a50753351

View file

@ -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