a = sint.Array(3)
for i in range(3):
a[i] = i
print_ln("%s", a.reveal())
When I insert some instructions in the original instruction set that don't affect the semantics of the program:
Run the following command:
./compile.py -F 64 test3
./emulate test3
VM Error:
Using statistical security parameter 40
Trying to run 64-bit computation
Fatal error: vector::_M_range_check: __n (which is 3) >= this->size() (which is 3)
Hello, sorry for disturbing you.
When I insert some instructions in the original instruction set that don't affect the semantics of the program:
Run the following command:
VM Error:
Is this a bug?
Thanks!