32 Commits (5d891489ab7828ad8db15e85bb63e2f13f021a6a)

Author SHA1 Message Date
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Pieter Wuille 0fb9073edd Split off hash.h from util.h 12 years ago
Pieter Wuille 69fc8047a9 Compact serialization for scripts 12 years ago
Wladimir J. van der Laan 7fddf1210e update comment, secure_allocator is defined in allocators.h 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Gavin Andresen 096e06dbb5 Refactor: move code from key.h to key.cpp 12 years ago
Pieter Wuille 0a83c0fcef Fix tests after recent refactors 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Jeff Garzik 9fb89c26f3 Fix misc. minor sign-comparison warnings 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 12 years ago
Pieter Wuille a09f101f14 Fix #650: CKey::SetSecret BIGNUM leak 13 years ago
Pieter Wuille 38067c18f8 Make compressed pubkeys require 0.6.0 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Pieter Wuille 91f43a33f8 Full checking of all loaded keys 13 years ago
Pieter Wuille d4d9c734c3 Compact signatures with compressed pubkeys 13 years ago
Pieter Wuille 11529c6e4f Compressed pubkeys 13 years ago
Gavin Andresen 9ef7fa3447 Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity init static var 13 years ago
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 13 years ago
Matt Corallo b2120e223a Unify copyright notices. 13 years ago
Vegard Nossum fcedd45c3c Add missing includes to key.h 13 years ago
Pieter Wuille 2ffba736e9 Use CBitcoinAddress instead of string/uint160 13 years ago
Pieter Wuille 0efda1a79e Do not use obsolete CPrivKey for passing keys around 13 years ago
Pieter Wuille acd6501610 Prepare codebase for Encrypted Keys. 13 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 13 years ago
Wladimir J. van der Laan 69d605f410 integration of core bitcoin 13 years ago
Wladimir J. van der Laan 2097c09a9b integrate a few extra .h files 13 years ago