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