UNPKG

@ama-team/voxengine-definitions

Version:
23 lines (21 loc) 294 B
/** * @namespace Crypto */ /** * Compute MD5 hash * * @function Crypto.md5 * * @param {string} data String to compute hash of * * @return {string} */ /** * Compute SHA1 hash * * @function Crypto.sha1 * * @param {string} data String to compute hash of * * @return {string} */