node-hash-base

abstract base class for javascript hash-streams
  https://github.com/crypto-browserify/hash-base
  0
  no reviews



This module implements an abstract base class to inherit from in order to create streams implementing the same API as Node.js crypto API.

This module is needed for implementing in-browser context hash function.

Node.js is an event-based server-side JavaScript engine.