paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
573 stars 46 forks source link

docs: update ripemd160 example #73

Closed ckniffen closed 1 year ago

ckniffen commented 1 year ago

The ripemd160 example was not referencing ripemd160.create as a static method.

@sublimator found the issue when I copied your examples over to the readme for an isomorphic implementation of various hashes. https://github.com/XRPLF/xrpl.js/pull/2273/files#r1317170863