Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxBigInt_fill0
Function
fxBigInt_fill0
xs/sources/xsBigInt.c:971–975 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
969
}
970
971
void
972
fxBigInt_fill0(txBigInt *r)
973
{
974
c_memset(r->data, 0, r->size * sizeof(txU4));
975
}
976
977
void fxBigInt_copy(txBigInt *a, txBigInt *b)
978
{
Callers
4
mont_exp_init
Function · 0.85
fxBigInt_umul
Function · 0.85
fxBigInt_sqr
Function · 0.85
fxBigInt_udiv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected