Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void Int::CLEAR() {
62
63
memset(bits64,0, NB64BLOCK*8);
64
65
}
66
67
void Int::CLEARFF() {
68
Callers
1
Div
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected