How to use the ripemd160.toString function in ripemd160

To help you get started, we’ve selected a few ripemd160 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github crm416 / script / src / crypto.js View on Github external
ripemd160(data) {
        data = data.toString(base);
        return require('ripemd160')(data).toString('hex');
    },
    sha1(data) {

ripemd160

Compute ripemd160 of bytes or strings.

MIT
Latest version published 6 years ago

Package Health Score

68 / 100
Full package analysis

Popular ripemd160 functions