Closed XXDeveloper99 closed 7 years ago
I don't have plans to add any. There are mp_int_mul_pow2
and mp_int_div_pow2
that take advantage of the binary properties of the representation, but if you want other bitwise operations you'll need to implement those separately.
Is support planned for bitwise operators?