Ryan X. Charles
ba692aaa20
add new SecureRandom class that does the right thing
Generating random numbers properly depends on the platform. The new
getRandomBuffer method does the right thing on the right platform. It will
sometimes fail due to insufficient entropy. The getPseudoRandomBuffer class is
also provided that will never fail, but it is not cryptographically secure and
should not be used for keys.
11 years ago
Eric Martindale
a2d616da5b
Project reorganization.
11 years ago
Eric Martindale
f3b1c2d292
Cleanup main directory.
11 years ago
olalonde
ab18a46803
Connection: Replaced 0000... with util.NULL_HASH
11 years ago
olalonde
9d53ef5106
Connection: default value for sendGetBlocks
11 years ago
Gordon Hall
b23f3c8088
add support for connecting over tor, remove seedlist class (for now)
11 years ago
Matias Alejo Garcia
c0c325dabd
all classes working with soop and test passing
11 years ago
Manuel Araoz
4da3285930
fix toHex use
11 years ago
Manuel Araoz
0096238004
migrating buffertools compare method and test
11 years ago
Matias Alejo Garcia
b308609ae6
add reject message handler
11 years ago
Matias Alejo Garcia
f35c03544b
replace tabs with 2 spaces using "expand"
11 years ago
Matias Alejo Garcia
3674a66d11
remove duplicate require
11 years ago
Manuel Araoz
b3f36c3e72
various small changes to bitcore
11 years ago
Stephen Pair
f9e86a5e83
rework logging, remove some unused code
11 years ago
Jeff Garzik
5b69342356
Connection, const: add bits necessary for getheaders/headers
12 years ago
Jeff Garzik
420773ac39
Connection: parse TXs, blocks via their object parsers.
12 years ago
Jeff Garzik
88664d2c8c
Move varint, varstr parsing to BinaryParser for wider sharing of code.
12 years ago
Stephen Pair
c9ab03312a
add some needed monkey patches
12 years ago
Stephen Pair
ebddafcaa7
some more stuff...not complete yet
12 years ago