Couple tasks to do: - [ ] `FixedBytes` type should not be a subclass of `bytes` (violates the [Liskov Substitution Principle](https://en.wikipedia.org/wiki/Liskov_substitution_principle).) - [ ] `Bytes` should be a [`NewType`](https://docs.python.org/3/library/typing.html#typing.NewType) of `bytes`. - [ ] Add a `Bytes128` subclass.