This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
lighthouse
Watch
16
Star
0
Fork
0
You've already forked lighthouse
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7fa9c90d62
lighthouse
/
beacon_chain
/
utils
/
boolean-bitfield
History
Paul Hauner
7fa9c90d62
Add some extra tests for boolean-bitfield
2018-12-12 09:23:53 -08:00
..
src
Add some extra tests for boolean-bitfield
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
README.md
Boolean Bitfield
Implements a set of boolean as a tightly-packed vector of bits.