Merge pull request #5162

d2e74c5 boost: moveonly: split CPubKey and friends to new files (Cory Fields)
78c228c boost: moveonly: move BIP32Hash to hash.h (Cory Fields)
900078a boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields)
This commit is contained in:
Wladimir J. van der Laan 2014-11-04 08:58:43 +01:00
commit 73b82a3089
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
21 changed files with 458 additions and 369 deletions

View file

@ -5,6 +5,7 @@
#include "script/standard.h"
#include "pubkey.h"
#include "script/script.h"
#include "util.h"
#include "utilstrencodings.h"