Hi,
how about using the ethers package to verify instead of ethereumjs-util. There are several benefits IMO ...
- reduce package size and possible increase the performance
- increase security because of reducing the amount of packages - ethers is already use for testing
best regards