ethereumjs 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
import {
hashPersonalMessage,
toBuffer,
fromRpcSig,
ecrecover,
publicToAddress,
bufferToHex
} from 'ethereumjs-util';