import md5Vendor from './vendor/md5-rfc1321.js' export function digestHex(input) { return md5Vendor.md5(String(input)) }