I am building a project using ethers that relies on ex_abi. I am having a challenge with the ExKeccak library using it with nerves. Ethers allow for a different library to be used but ex_abi uses ExKeccak, this PR is to make the keccak library used by ex_abi configurable.
I am building a project using ethers that relies on
ex_abi
. I am having a challenge with the ExKeccak library using it with nerves. Ethers allow for a different library to be used butex_abi
usesExKeccak
, this PR is to make the keccak library used by ex_abi configurable.