mpz icon indicating copy to clipboard operation
mpz copied to clipboard

Use `generic-array` v1.0

Open sinui0 opened this issue 1 year ago • 3 comments

https://github.com/fizyk20/generic-array/pull/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

sinui0 avatar Sep 13 '23 00:09 sinui0

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.

novacrazy avatar Sep 13 '23 20:09 novacrazy

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.

sinui0 avatar Sep 13 '23 20:09 sinui0

https://github.com/RustCrypto/utils/issues/951

sinui0 avatar Sep 13 '23 21:09 sinui0