Pieter Wuille
93db3fceac
Add GetSecret() and GetKeys() to CKeyStore
13 years ago
Pieter Wuille
d825e6a31b
Some extra comments
13 years ago
Pieter Wuille
01cc526318
Compact signatures and key recovery
...
Introduce a new type of signatures that are only 65 bytes long, and allow
reconstruction of the public key that was used to create the signature.
13 years ago
Matt Corallo
b2120e223a
Unify copyright notices.
...
To a variation on:
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2011 The Bitcoin developers
13 years ago
Vegard Nossum
fcedd45c3c
Add missing includes to key.h
13 years ago
Pieter Wuille
2ffba736e9
Use CBitcoinAddress instead of string/uint160
...
Instead of conversion functions between pubkey/uint160/address in
base58.h, have a fully fledged class CBitcoinAddress (CAddress was
already taken) to represent addresses.
14 years ago
Pieter Wuille
0efda1a79e
Do not use obsolete CPrivKey for passing keys around
14 years ago
Pieter Wuille
acd6501610
Prepare codebase for Encrypted Keys.
14 years ago
Wladimir J. van der Laan
ba4081c1fc
move back to original directory structure
14 years ago
Wladimir J. van der Laan
69d605f410
integration of core bitcoin
14 years ago
Wladimir J. van der Laan
2097c09a9b
integrate a few extra .h files
14 years ago