MCPcopy 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
971void
972fxBigInt_fill0(txBigInt *r)
973{
974 c_memset(r->data, 0, r->size * sizeof(txU4));
975}
976
977void fxBigInt_copy(txBigInt *a, txBigInt *b)
978{

Callers 4

mont_exp_initFunction · 0.85
fxBigInt_umulFunction · 0.85
fxBigInt_sqrFunction · 0.85
fxBigInt_udivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected