RustCrypto / utils

Utility crates used in RustCrypto
428 stars 127 forks source link

hybrid-array: simplify `From<Array<T, U>>` impl for `[T; N]` #1011

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

If the latter is named specifically as an associated type, then it can simply be moved out of the Array newtype.