lighthouse/boolean-bitfield
Paul Hauner 67bbc75c86 Update ssz
- Add u16 and u8.
 - Add comments
 - Consildate functions
2018-09-10 07:50:35 +02:00
..
src Update ssz 2018-09-10 07:50:35 +02: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...