Linus Unnebäck
3da6fe899f
cleanup after removal of soop
...
Removed some unnecessary parenthesise that hung around after the merge
of #417
2014-07-12 12:14:56 +02:00
Ryan X. Charles
8a199e26f3
allow Point to multiply things other than buffers
...
...i.e., bignums, numbers, and strings. Also, ensure that if you try to
multiply a buffer, it should be exactly 32 bytes. Eventually this "multiply"
function will be replaced with a more conventional "mul" function, but not yet.
2014-07-11 11:52:05 -07:00
Ryan X. Charles
af1d754bd8
make bignum interface backwards compatible
...
- fix cmp, mul, div, add, mod, sub functions to take numbers and strings
- fix Point class to use common folder correctly
2014-07-10 18:14:13 -07:00
Manuel Araoz
87b818badf
remove soop exports
2014-07-10 16:08:42 -03:00
Manuel Araoz
6e346d067c
remove soop imports
2014-07-10 12:39:09 -03:00
Ryan X. Charles
ca67786a77
ran js-beautify on all bitcore source
...
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
2014-06-23 10:57:02 -07:00
olalonde
e06e556ca3
Eckey: renamed multiply to multiplyUncompressed for consistency
2014-05-08 08:10:07 +08:00
olalonde
b5c1a7d387
Eckey: implemented point multiplication
2014-05-08 07:54:12 +08:00
olalonde
78ae388553
Replace process.versions tests by browserify's package.json browser field. Fixes #329
2014-05-07 14:14:10 +08:00
Ryan X. Charles
f82fa5007a
move *.browser and *.node to browser/* and node/*
...
...this should leave the lib folder a little bit less cluttered.
2014-04-22 19:36:18 -03:00
Ryan X. Charles
abc799f453
split up Point into separate node and browser versions
2014-04-22 19:13:35 -03:00
Eric Martindale
a2d616da5b
Project reorganization.
2014-04-13 13:28:42 -07:00
Eric Martindale
f3b1c2d292
Cleanup main directory.
2014-04-13 13:14:27 -07:00