Roughly implement ssz list encoding

This commit is contained in:
Paul Hauner
2018-09-19 17:44:12 +10:00
parent 1f74200129
commit 53692caeb3
2 changed files with 33 additions and 4 deletions

View File

@@ -27,3 +27,4 @@ pub use encode::{
};
pub const LENGTH_BYTES: usize = 4;
pub const MAX_LIST_SIZE : usize = 1 << (4 * 8);