big_shiftright
void big_shiftright(BIGNUM *result, BIGNUM *aa, int offs);
big_shiftright(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2);
big_shiftright(&tmp1, &tmp1, offs);