1.0.0 • Published 8 years ago

mf-sha256 v1.0.0

Weekly downloads
2
License
Public domain
Repository
github
Last release
8 years ago

mf-sha256

A modular fork of dchest/fast-sha256, because sometimes you don’t want the kitchen sink.

Build status

Install

$ npm install mf-sha256

Usage

As described at dchest/fast-sha256#usage but with each function required separately.

var sha256 = require('mf-sha256')
var hmac = require('mf-sha256/hmac')
var pbkdf2 = require('mf-sha256/pbkdf2')

Page weight (just for the hash function)

compressionsize
mf-sha256.js4.99 kB
mf-sha256.min.js3.34 kB
mf-sha256.min.js.gz1.56 kB

License

Public domain. No warranty.