Re-exports§
pub use self::gmp_classgroup::do_compute;
Modules§
Traits§
Functions§
- export_
obj - Exports
objtovas an array of 2’s complement, big-endian bytes. Ifvis too small to hold the result, returnsErr(s), wheresis the size needed to hold the exported version ofobj. - import_
obj - Unmarshals a buffer to an
Mpz.bufis interpreted as a 2’s complement, big-endian integer. If the buffer is empty, zero is returned.