RustCrypto / utils

Utility crates used in RustCrypto
435 stars 129 forks source link

hybrid-array: expand sizes #1032

Closed tarcieri closed 9 months ago

tarcieri commented 9 months ago

The number of sizes we define is a compile time vs utility tradeoff.

We're hitting real world need for some of these additional sizes in the RustCrypto/hashes repo. This expands the available sizes to cover these use cases, and potential additional ones.