RustCrypto / hybrid-array

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

Add ML-DSA and SLH-DSA sizes #57

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

Due to the nature of how this crate works, we need to add ArraySize impls for all of the sizes we support.

So, I guess we're taking ArraySize requests, and we'll see how sustainable that ends up being.

Closes #55