Pawan Dhananjay
|
88e89f9ab2
|
Update ethereum types (#489)
* Update ethereum-types to version 0.6
* Fix tests
* Run rustfmt
|
2019-08-06 14:41:42 +10:00 |
|
Paul Hauner
|
31a7a0614e
|
Remove bytes dependency from shuffling
|
2019-05-24 14:08:19 +10:00 |
|
Paul Hauner
|
0fe3a81c9e
|
Add benches to swap_or_not_shuffle
|
2019-02-26 19:30:51 +13:00 |
|
Paul Hauner
|
af1d44e8b0
|
Add shuffling to fuzzer, fixing a bug
We were being to strict on list length, it can be 2**24 as all index's
will need to be less than that.
|
2019-02-15 12:58:14 +11:00 |
|
Paul Hauner
|
fc04286ae6
|
Use int_to_bytes in swap or not.
I also fixed an error I found through strict typing.
|
2019-02-15 12:13:57 +11:00 |
|
Paul Hauner
|
18e85a3cf8
|
Add swap_or_not_shuffle and tests.
The implementation is not matching the EF implementation at this point.
|
2019-02-14 18:22:55 +11:00 |
|