RustCrypto / utils

Utility crates used in RustCrypto
427 stars 123 forks source link

hybrid-array: add slice cast methods to ArrayOps #1038

Closed newpavlov closed 6 months ago

newpavlov commented 6 months ago

The added methods will help to remove unsafe functions like this.

Closes #951

tarcieri commented 6 months ago

@newpavlov I'd like to get a FromIterator impl in before another release, FYI. Running into a need for one updating the https://github.com/RustCrypto/elliptic-curve crates