mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Roughly implement ssz list encoding
This commit is contained in:
@@ -27,3 +27,4 @@ pub use encode::{
|
||||
};
|
||||
|
||||
pub const LENGTH_BYTES: usize = 4;
|
||||
pub const MAX_LIST_SIZE : usize = 1 << (4 * 8);
|
||||
|
||||
Reference in New Issue
Block a user