1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# go-bitfield
[](https://godoc.org/github.com/OffchainLabs/go-bitfield) [](https://goreportcard.com/report/github.com/OffchainLabs/go-bitfield)
[](https://buildkite.com/prysmatic-labs/go-bitfield)
Bitfields are a bytes abstraction to represent a list of bits.
See the godoc reference for more details.
## Usage
```
go get github.com/OffchainLabs/go-bitfield
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)
|