co-crypto

0.9.1 • Public • Published

co-crypto

Thunkified crypto module.

Installation

$ npm install co-crypto --save

Usage

var crypto = require('crypto');

var bytes = yield crypto.randomBytes(20);

var hash = crypto.createHash('md5').update('hello').digest('hex');

License

Released under MIT license.

/co-crypto/

    Package Sidebar

    Install

    npm i co-crypto

    Weekly Downloads

    3

    Version

    0.9.1

    License

    MIT

    Last publish

    Collaborators

    • vdemedes