Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ pool_init
Function
pool_init
modules/crypt/arith/xsBigIntEx.c:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
} pool_t;
61
62
static void pool_init(pool_t *pool)
63
{
64
c_memset(pool, 0, sizeof(pool_t));
65
}
66
67
static txBigInt *pool_get(xsMachine *the, txU2 size, pool_t *pool)
68
{
Callers
9
fxBigInt_mod_exp_LR
Function · 0.85
mont_out
Function · 0.85
fxBigInt_mont_exp_LR
Function · 0.85
fxBigInt_mont_exp_SW
Function · 0.85
fxBigInt_ec_double
Function · 0.85
fxBigInt_ec_add
Function · 0.85
fxBigInt_ec_mul
Function · 0.85
fxBigInt_ec_mul2
Function · 0.85
fxBigInt_ec_norm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected