co-crypto
v0.9.1
Published
Thunkified crypto module
Readme
co-crypto
Thunkified crypto module.
Installation
$ npm install co-crypto --saveUsage
var crypto = require('crypto');
var bytes = yield crypto.randomBytes(20);
var hash = crypto.createHash('md5').update('hello').digest('hex');License
Released under MIT license.
