MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / ~Int

Method ~Int

gmp256k1/Int.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297Int::~Int() {
298 mpz_clear(num);
299}
300
301// Copy assignment operator
302Int& Int::operator=(const Int& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected