2722778ce5
We have several modules that import `nim-eth` for the sole purpose of its `keys.newRng` function. This function is meanwhile a simple wrapper around `nim-bearssl`'s `HmacDrbgContext.new()`, so the import doesn't really serve a use anymore. Replace `keys.newRng` with the direct call to reduce `nim-eth` imports. |
||
---|---|---|
.. | ||
.gitignore | ||
block_sim.nim | ||
block_sim.nim.cfg | ||
fakeee.nim | ||
mev_mock.nim | ||
nim.cfg | ||
simutils.nim | ||
stack_sizes.nim | ||
state_sim.nim | ||
timing.nim | ||
wss_sim.nim |