Stefan Thomas
77debc1d4f
Added Paillier and ECDSA split signing demo.
2011-08-29 12:17:53 +01:00
Stefan Thomas
e8fba132cf
Added more tests.
2011-08-29 12:10:11 +01:00
Stefan Thomas
1df76fd793
Add tests.
2011-08-26 20:47:48 +01:00
Stefan Thomas
0f424562f2
Added more ECDSA function and some fixes.
...
decodeFrom is no longer destructive with it's inputs.
Added isOnCurve().
Added validate().
Fixed formatting.
Factored out new functions serializeSig and parseSig.
2011-08-26 20:47:47 +01:00
Stefan Thomas
6fdba19373
New utility function for parsing value strings.
2011-08-18 05:01:00 +01:00
Stefan Thomas
721d0791bf
Added ability to add fees in createSend.
2011-08-18 05:00:48 +01:00
Stefan Thomas
90c30f248e
Moved wallet loading out of bitcoinjs-lib.
2011-08-18 05:00:35 +01:00
Stefan Thomas
9fee035c58
Added utility function for TransactionDatabase reset.
2011-08-18 04:57:58 +01:00
Stefan Thomas
27ceffaee3
Split getDescription() into two functions.
2011-08-18 04:57:29 +01:00
Stefan Thomas
8b32d43335
Moved sources into src/ subdirectory.
2011-08-11 18:35:23 +01:00
Stefan Thomas
5cd49a1c89
Removed debug statements.
2011-07-01 14:17:42 +01:00
Stefan Thomas
708ada61fa
Removed a debug statement.
2011-05-08 14:40:42 +01:00
Stefan Thomas
27ec74ba8a
Fixed all cases of unsafe BigInteger <-> byte[] conversion.
...
The BigInteger class we're using supports negative integers and
encodes them with a sign bit. Since in our application we are dealing
with unsigned integers only, we need to disable this functionality by
creating two wrapper functions toByteArrayUnsigned and
fromByteArrayUnsigned.
2011-05-08 14:36:11 +01:00
Stefan Thomas
a4de03af4d
Make the version byte a parameter.
2011-05-08 11:48:54 +01:00
Stefan Thomas
11eb59873e
Added a basic README.
2011-05-06 00:08:46 +01:00
Stefan Thomas
c0d740d2d4
Initial import
2011-05-04 17:02:56 +01:00