How can I implementing it?
nb: the code below give a result of multiplication with carry
Code:
void multi(){ int m_bit;int m_bit2; char *op1; char *op2; char *final; mpz_t hasil_acak,hasil_acak2,hasil_pangkat,hasil_exor_temp,hasil_multi,hasil_multi_temp,hasil_exor_temp0;