lighthouse/boolean-bitfield
2018-09-19 16:46:33 +10:00
..
src Ensure an empty bitfield serializes to 1 byte 2018-09-19 16:46:33 +10:00
Cargo.toml Update ssz 2018-09-10 07:50:35 +02:00
README.md Move boolean_bitfield into own crate 2018-08-23 15:20:10 +10:00

Boolean Bitfield

A work-in-progress implementation of an unbounded boolean bitfield.

Based upon a Vec<u8>

Documentation TBC...