smarthash/README.md
2016-08-15 05:55:09 +02:00

442 B

nodehash

simplifies access to node hash functions. TypeScript Ready

Status

build status

Usage

We recommend the use of TypeScript for best in class intellisense.

import * as nodehash from "nodehash";

let sha256 = new nodehash.sha256();
let myHashedString = sha256.fromString();