lighthouse/beacon_chain/utils/boolean-bitfield
Alex Stokes 564f13be5f fixes bug with serialization logic for boolean bitfield
should match the python impl
2018-12-03 20:46:11 -08:00
..
src fixes bug with serialization logic for boolean bitfield 2018-12-03 20:46:11 -08:00
Cargo.toml Update bitfield to expand size when writing out-of-bounds 2018-11-20 12:38:23 -08:00
README.md Simplifies the boolean-bitfield implementation to use bit-vec crate 2018-11-20 12:34:28 -08:00

Boolean Bitfield

Implements a set of boolean as a tightly-packed vector of bits.