ethereumjs / keythereum

Create, import and export Ethereum keys
MIT License
609 stars 163 forks source link

aes-128-ctr is not available #73

Open anistark opened 5 years ago

anistark commented 5 years ago

I'm getting error aes-128-ctr is not available when trying to run keythereum.recover().

I'm using web3 version ^0.19.1.

anistark commented 5 years ago

weird part is that it works on a standalone code. But throws this error when copying the same code to our main codebase.