Changes for version 0.03
- implement GMP mpn_neg from scratch as it is not yet widely available
 - add mpn_not operation
 - mpn_ior_uint was not properly handling the case where the first argument was an empty string.
 - base autodetection on mpn_set_str was broken
 
Modules
Fixed length integer arithmetic.