Function classgroup::import_obj

source ·
pub fn import_obj(buf: &[u8]) -> Mpz
Expand description

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.