mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
276 B
27 lines
276 B
11 years ago
|
[
|
||
|
[
|
||
|
[ 1, 2, 3, 4, 5 ],
|
||
|
"112345"
|
||
|
],
|
||
|
[
|
||
|
[ 0, 1, 2, 3, 4, 5 ],
|
||
|
"00012345"
|
||
|
],
|
||
|
[
|
||
|
[ 6, 4, 6, 15, 6, 7, 6, 5, 16 ],
|
||
|
"20646f6765"
|
||
|
],
|
||
|
[
|
||
|
[ 7, 6, 5, 16 ],
|
||
|
"3765"
|
||
|
],
|
||
|
[
|
||
|
[ 16 ],
|
||
|
"20"
|
||
|
],
|
||
|
[
|
||
|
[ 0, 16 ],
|
||
|
"30"
|
||
|
]
|
||
|
]
|