RustCrypto / utils

Utility crates used in RustCrypto
427 stars 123 forks source link

hybrid-array: remove `Array::ref_*` prefixes #1037

Closed tarcieri closed 6 months ago

tarcieri commented 6 months ago

Use the same names GenericArray did:

The goal is to deprecate these methods anyway, so we should use the same names as GenericArray to ease migrating off of it.