RustCrypto / utils

Utility crates used in RustCrypto
428 stars 127 forks source link

Add `SliceOps::as_array_chunks(_mut)` #1005

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

Adds thunks for the slice_to_chunks/slice_to_chunks_mut static functions as provided methods of the SliceOps trait.