RustCrypto / utils

Utility crates used in RustCrypto
428 stars 127 forks source link

Impl `From<Array<T, U>>` for `[T; N]` generically #1010

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

Uses a const generic implementation bounded on ArrayOps<T, N> rather than using a macro to write a separate one for each array size.