poanetwork / ex_abi

The Ethereum ABI Interface
GNU General Public License v3.0
62 stars 43 forks source link

make keccak module configurable #169

Closed steffenix closed 2 months ago

steffenix commented 4 months ago

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.