Node style hashes for use in the browser, with native hash functions in node
Browse cluster: JavaScript Standard Style Linting →createHash is a library that provides Node.js-style hash functions for use in browsers, while also offering native hash functions in Node.js environments. The project implements a compatible API with Node's built-in hash module, supporting both synchronous operations and stream-based interfaces for computing cryptographic hashes. It's part of the crypto-browserify organization and allows developers to write consistent hashing code across browser and Node.js platforms.