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. |
||
---|---|---|
.. | ||
deposit_contract.nim | ||
deposit_contract.nim.cfg | ||
deposit_contract_code.txt | ||
el_conf.nim | ||
el_manager.nim | ||
merkle_minimal.nim |