UNPKG

tiny-js-md5

Version:

Tiny footprint md5 crypto npm package from js-crypto

20 lines (14 loc) 240 B
# tiny-js-md5 Tiny footprint npm package for md5 crypto using [js-crypto](https://github.com/jbt/js-crypto). ``` npm i --save tiny-js-md5 ``` ## Contributing Install dependencies: ``` make install ``` Generate file: ``` make build ```