RustCrypto / utils

Utility crates used in RustCrypto
428 stars 127 forks source link

hybrid-array: use `assert_ne!` in `slice_as_chunks(_mut)` #1016

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

Provides more effective debugging in the event the wrong size is used

tarcieri commented 8 months ago

@newpavlov was there a specific reason these didn't use assert_ne! before?