index
:
SorensenCompression
master
The constant-size compression algorithm - Experimental C implementation
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pszip.h
blob: 9d07e498532b110acf0dc6a94177635dfa37b5a0 (
plain
) (
blame
)
1
2
3
4
5
#pragma once #include <gmp.h> void pszip_iterate_bithack01(mpz_t, const mpz_t);