hybrid-array currently contains a ByteArray type alias which maps to Array<u8, U>.
I'm wondering if it's actually useful or perhaps less clear than just using Array<u8, U>.
It's been used in a few places in the WIP crypto-common/block-buffer/cipher/digest prereleases.