[ethereumjs](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/util) has MANY functions, of which we should make a "checklist" of currently implemented equivalents in `essential-eth`. A good starting-point would be the function [here](https://github.com/bytesbay/web3-token/blob/main/src/lib/verify/decrypter.ts#L2) ```ts import { hashPersonalMessage, toBuffer, fromRpcSig, ecrecover, publicToAddress, bufferToHex } from 'ethereumjs-util'; ```