Compression that can be used with mpz_*_raw
Brian Gladman
brg at gladman.plus.com
Thu May 13 16:50:57 CEST 2004
David McKen wrote:
> Essentially it boils down to, Does anyone know a compression library
> that can work well with GMP? I know of a C++ zip stream library but
> the mpz_*_raw functions use a FILE * which kinda makes it hard to put
> a man in the middle. This brings up another question, are the
> mpz_*_raw functions accessible through the C++ interface? From what
> I can tell they are not.
Following on from Paul's suggestion, you might also look at:
http://sources.redhat.com/bzip2/
Same guarantee that Paul is offering :-)
Brian
More information about the gmp-discuss
mailing list