lighthouse/beacon_chain/utils/boolean-bitfield
2018-12-12 09:23:53 -08:00
..
src Fixes bug with ssz encoding of BooleanBitfield 2018-12-12 09:23:53 -08:00
Cargo.toml Update bitfield to expand size when writing out-of-bounds 2018-12-12 09:23:53 -08:00
README.md Simplifies the boolean-bitfield implementation to use bit-vec crate 2018-12-12 09:23:53 -08:00

Boolean Bitfield

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