Commit Graph

3 Commits

Author SHA1 Message Date
Braydon Fuller 9144166ecc Fix typo with utf-8 -> utf8
The default encoding is utf8, and hence specifying utf-8 would achieve the same result.
https://nodejs.org/api/buffer.html#buffer_buffer
https://nodejs.org/docs/latest-v0.12.x/api/buffer.html#buffer_buffer
https://nodejs.org/docs/latest-v0.10.x/api/buffer.html#buffer_buffer
2015-11-13 17:05:18 -05:00
Braydon Fuller 66a3dbb61d Added gulp tasks for release process.
- Includes commands to build and release browser builds
- Commands to run node and browser tests with karma
2015-09-18 19:03:10 -04:00
Braydon Fuller 452dc5386c Performance Optimization
- Uses optimized c secp256k1 library Node.js addon
- Browserified version continues to use elliptic.js
2015-09-18 09:49:17 -04:00