RustCrypto / hybrid-array

Hybrid typenum/const generic arrays
Apache License 2.0
9 stars 8 forks source link

Support all array sizes up to `U512` #67

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

This expands support for array sizes between 256-512, supporting all sizes in this range rather than just multiples of 16.

Alternative to #65

baloo commented 8 months ago

Thanks!