Commit Graph

19 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 d39b01afa2 Fix examples 2015-11-10 14:59:07 -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
Gordon Hall 820dc3749c remove base58 native, replace with bs58 2015-02-02 15:16:29 -05:00
Braydon Fuller 7f0d542a6a cleanup docs and formatting 2014-11-04 10:53:37 -05:00
Braydon Fuller 7f4a10f72b fixed formatting and docs 2014-11-03 13:44:03 -05:00
Braydon Fuller 81bc5c9779 remove unnecessary buffers, handle non-base58 chars in validateSin, and add postinstall 2014-11-03 13:30:11 -05:00
Braydon Fuller e6bcf12934 fixed an issue with verifying a signature with a public key with leading zeros 2014-11-03 12:05:33 -05:00
Braydon Fuller a4309b8f3b updated to use the new version of elliptic that includes hex padding 2014-11-02 16:14:23 -05:00
Braydon Fuller 74cecb7fdf add padding of leading zeros 2014-10-30 13:09:55 -04:00
Braydon Fuller 1ae18d227f replace bitcore with elliptic, hashjs and bs58 to produce a smaller browser build 2014-10-28 21:12:31 -04:00
Gordon Hall 0dd79d723a Merge pull request #17 from martindale/identity
Replace `x-pubkey` with `x-identity`.
2014-09-03 11:57:16 -04:00
Eric Martindale 1840d8a18b Merge pull request #6 from ryanxcharles/remove-unused-crypto-dependency
Remove unused crypto dependency
2014-07-28 14:19:02 -07:00
Eric Martindale 0235eb3a7c Replace `x-pubkey` with `x-identity`. 2014-07-28 14:17:17 -07:00
Braydon Fuller dea969d544 Added feature to validate a SIN 2014-07-16 13:46:49 -04:00
Ryan X. Charles 1d70984623 Remove unused crypto dependency
All the crypto is in bitcore.
2014-07-01 18:30:35 -07:00
Gordon Hall 75b77019c4 added browser support for bitauth 2014-06-25 13:56:24 -04:00
Patrick Nagurny 4009ab9684 initial commit 2014-05-27 12:04:57 -04:00