jsjs026
Results
1
issues of
jsjs026
Hi @mkskeller I tried to embed then extract negative integer to specific slot of a ring_element as follows: ``` Ring_Element org_m; modp modp_spec; to_modp(modp_spec, spec_int, org_m.value.get_prD()); org_m.value.set_element(slot, modp_spec); bigint bigint_orgm;...