Skip to content

v2.0.0: Template argument to BitBlob changed from bits to bytes

Compare
Choose a tag to compare
@Geod24 Geod24 released this 12 Mar 15:10
· 9 commits to v2.x.x since this release

BitBlob previous accepted a number of bits as argument.
However, it didn't support operations at the bit level,
and expected that amount to be a multiple of 8.
As most user code had to use * 8 with the argument,
this release just changes it to bytes.