Merkle proofs!

This commit is contained in:
Jae Kwon
2015-05-24 14:19:46 -07:00
parent b5df5f6642
commit fdf0e720bc
9 changed files with 371 additions and 78 deletions

View File

@ -32,7 +32,7 @@ func TestVarint(t *testing.T) {
// Near zero
check(-1, "F101")
check(0, "0100")
check(0, "00")
check(1, "0101")
// Positives
check(1<<32-1, "04FFFFFFFF")