https://github.com/offchainlabs/go-bitfield
Bytes abstractions to represent a list of bits.
https://github.com/offchainlabs/go-bitfield
Last synced: about 1 year ago
JSON representation
Bytes abstractions to represent a list of bits.
- Host: GitHub
- URL: https://github.com/offchainlabs/go-bitfield
- Owner: OffchainLabs
- License: apache-2.0
- Created: 2019-07-05T18:24:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T21:19:29.000Z (about 1 year ago)
- Last Synced: 2025-04-13T06:16:21.168Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 7
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)