HomePhabricator

streams: Implement BitStreamReader/Writer classes.

Description

streams: Implement BitStreamReader/Writer classes.

Summary:
Golomb-Rice coding, as specified in BIP 158, involves operations on
individual bits. These classes will be used to implement the
encoding/decoding operations.

For BIP158; is cherry-picked from two commits (fe943f9 and 9b622dc) from:
https://github.com/bitcoin/bitcoin/pull/12254/commits

Depends on D2797.

Test Plan: make check

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, deadalnix, Fabien

Subscribers: Fabien

Maniphest Tasks: T589

Differential Revision: https://reviews.bitcoinabc.org/D2799

Details

Provenance
jimpoAuthored on Jan 24 2018, 00:12
Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>Committed on Apr 16 2019, 23:17
markblundebergPushed on Apr 16 2019, 23:17
Reviewer
Restricted Project
Differential Revision
D2799: streams: Implement BitStreamReader/Writer classes.
Parents
rABC6c25e0941fc8: streams: Create VectorReader stream interface for vectors.
Branches
Unknown
Tags
Unknown

Event Timeline

Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com> committed rABC0925cf776a90: streams: Implement BitStreamReader/Writer classes. (authored by jimpo).Apr 16 2019, 23:17