↓ 111 callersClasscint Clear integer in same domain as secure computation (depends on protocol). A number operators are supported (``+, -, *, /, //, **, %, ^, &
Compiler/types.py:1084
↓ 16 callersClasscgf2nr""" Clear :math:`\mathrm{GF}(2^n)` value. n is chosen at runtime. A number operators are supported (``+, -, *, /, **, ^, &, |, ~, ==, !=
Compiler/types.py:1416
↓ 7 callersClasssgf2nr""" Secret :math:`\mathrm{GF}(2^n)` value. n is chosen at runtime. A number operators are supported (``+, -, *, /, **, ^, ~, ==, !=, <<`
Compiler/types.py:3355
↓ 5 callersClassincint Create incremental clear integer vector. For example, vector size 10, base 1, increment 2, repeat 3, and wrap 2 produces the following::
Compiler/instructions.py:2225