You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rust-multihash the digests are generic over their size. It should be possible to support arbitrarily sized Blake3 hashes. Currently the code will panic if you try a size differently from 256 bits.
The text was updated successfully, but these errors were encountered:
#156 solves part of this, as the hasher Blake3<S> is exposed, though going through the table doesn't work as the proc macro expects a type without a generic.
In rust-multihash the digests are generic over their size. It should be possible to support arbitrarily sized Blake3 hashes. Currently the code will panic if you try a size differently from 256 bits.
The text was updated successfully, but these errors were encountered: