Hi, I currently use mpz_import, but reading the source code, it appears that gmp copies the already allocated buffer I give it. That's double the work, and the said buffer is big. Is there a correct/reliable way to avoid that? Thanks