ConvertBits() - convert from one power-of-2 number base to another.

Function extracted from upstream:
  PR bitcoin/bitcoin#11167
  Commit c091b99379b97cb314c9fa123beabdbc324cf7a4
This commit is contained in:
Jack Grigg
2018-06-07 12:41:05 +12:00
parent 7e45636707
commit 6b759fb092
3 changed files with 77 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ BITCOIN_TESTS =\
test/Checkpoints_tests.cpp \
test/coins_tests.cpp \
test/compress_tests.cpp \
test/convertbits_tests.cpp \
test/crypto_tests.cpp \
test/DoS_tests.cpp \
test/equihash_tests.cpp \