Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ Mult
Method
Mult
Int.cpp:563–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
// ------------------------------------------------
562
563
void Int::Mult(Int *a) {
564
565
Int b(this);
566
Mult(a,&b);
567
568
}
569
570
// ------------------------------------------------
571
Callers
5
Div
Method · 0.80
SetBase10
Method · 0.80
SetBaseN
Method · 0.80
Check
Method · 0.80
ModInv
Method · 0.80
Calls
2
imm_mul
Function · 0.85
_umul128
Function · 0.85
Tested by
no test coverage detected