We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ByteArray
hybrid-array currently contains a ByteArray type alias which maps to Array<u8, U>.
hybrid-array
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.
crypto-common
block-buffer
cipher
digest