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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.9.1
    3
  • 0.9.0
    0

Package Sidebar

Install

npm i co-crypto

Weekly Downloads

2

Version

0.9.1

License

MIT

Last publish

Collaborators

  • vdemedes