RustCrypto / hybrid-array

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

`extra_sizes` type aliases are not publicly accessible #64

Closed tjade273 closed 8 months ago

tjade273 commented 8 months ago

The sizes module isn't public, so calling crates can't access, e.g. U1040 defined in sizes::extra_sizes. Users could re-define the types using something like the uint! macro, but it's probably cleaner to just export the type aliases.

tarcieri commented 8 months ago

We could potentially export all the supported sizes, yes, in place of hybrid_array::consts