ENikS
|
6f3ae9b5df
|
Fixing out of bounds error in GetKey()
|
10 years ago |
Pieter Wuille
|
20e01b1a03
|
Apply clang-format on some infrequently-updated files
|
10 years ago |
Ross Nicoll
|
e84843c0db
|
Broken addresses on command line no longer trigger testnet.
When passing a bitcoin: URI on the command line, invalid addresses do not incorrectly send the
user to the test network.
|
10 years ago |
Philip Kaufmann
|
e10dcf27b4
|
ensure clean and consistent "namespace" usage
- remove some missplaced ;
- ensure end of a namespace is clearly visible
- use same formatting when using namespace
|
11 years ago |
Jeff Garzik
|
88df548dde
|
base58: add paranoid return value checks
|
11 years ago |
Pieter Wuille
|
f6b7c644c9
|
Move base58.h implementation code to base58.cpp
|
11 years ago |
Pieter Wuille
|
b58be132c9
|
Replace DecodeBase58/EncodeBase58 with direct implementation.
This removes the bignum/OpenSSL dependency.
The base58 transformation code is also moved to a separate .cpp file.
|
11 years ago |