v2.0.0: Template argument to BitBlob changed from bits to bytes
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.