updated tests

This commit is contained in:
obscuren
2015-01-13 00:25:45 +01:00
parent 34689cb3f3
commit 750d70c202
4 changed files with 20 additions and 14 deletions

View File

@ -84,4 +84,5 @@ var (
BigFalse = Big0
Big32 = big.NewInt(32)
Big256 = big.NewInt(0xff)
Big257 = big.NewInt(257)
)