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
fizyk20/generic-array#138 has been merged. Once RustCrypto crates adopt it, eg cipher, we should take advantage of this to get rid of transmutes in our Block impl introduced in #59
The text was updated successfully, but these errors were encountered:
It looks like the RustCrypto people are moving to hybrid-array instead of generic-array 1.0, so you may want to petition them to add these methods instead, if they haven't already.
It looks like the RustCrypto people are moving to hybrid-array instead of generic-array 1.0, so you may want to petition them to add these methods instead, if they haven't already.
Thanks for the heads up. It does seem their intention is to go straight to hybrid-array, I was assuming they would bump to generic-array 1.0 first.
fizyk20/generic-array#138 has been merged. Once RustCrypto crates adopt it, eg
cipher
, we should take advantage of this to get rid of transmutes in ourBlock
impl introduced in #59The text was updated successfully, but these errors were encountered: