Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

spacemeshos/bitstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacemeshos/bitstream

This Go library provides io.Writer and io.Reader wrappers which allows bit-granularity access to streams, following the LSB pattern, where least-significant bits are written/read first.

Examples

TODO