MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / CLEAR

Method CLEAR

Int.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59// ------------------------------------------------
60
61void Int::CLEAR() {
62
63 memset(bits64,0, NB64BLOCK*8);
64
65}
66
67void Int::CLEARFF() {
68

Callers 1

DivMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected