lighthouse/boolean-bitfield
Paul Hauner a87fe88d97
Fix bug in boolean bitfield
The length generated when converting from a string was incorrect.
2018-09-30 14:24:03 +09:30
..
src Fix bug in boolean bitfield 2018-09-30 14:24:03 +09:30
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...