Commit Graph

7 Commits

Author SHA1 Message Date
Paul Hauner
51352c4657 Break decode out into own file 2018-09-11 12:17:54 +02:00
Paul Hauner
2d29c34892 Add (untested) ssz decode macro 2018-09-11 00:13:44 +02:00
Paul Hauner
fe95a0cce2 Implement ssz length decoding 2018-09-10 13:36:42 +02:00
Paul Hauner
0566d18153 Break impls out into own file 2018-09-10 09:13:08 +02:00
Paul Hauner
ffaffbcd90 Change ssz to use extend_from_slice()
This is instead of `append` which empties the source vector. This
doens't really ssem suitable for what we're doing.
2018-09-10 08:52:21 +02:00
Paul Hauner
67bbc75c86 Update ssz
- Add u16 and u8.
 - Add comments
 - Consildate functions
2018-09-10 07:50:35 +02:00
Paul Hauner
fd775e3252 Add WIP ssz module 2018-08-09 13:56:58 +10:00