RustCrypto / hybrid-array

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

Missing array sizes for hashes serialization #65

Closed baloo closed 8 months ago

baloo commented 8 months ago

see https://github.com/RustCrypto/hashes/pull/574 for more context

tarcieri commented 8 months ago

Hmm, I think it'd be good to keep the sizes which aren't gated under extra_sizes consistent according to the rules documented at the top of the module.

Maybe we can just expand the sizes that are always available up to 512.

tarcieri commented 8 months ago

I opened #67 as an alternative which supports all array sizes up to 512

tarcieri commented 8 months ago

Closing in favor of #67

baloo commented 8 months ago

I didn't read the rules on top of the module. My bad.