privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
182 stars 39 forks source link

Introduce `hybrid-array` for OLE #139

Closed th4s closed 3 months ago

th4s commented 3 months ago

This PR gets rid of const generics in our OLE crates.

sinui0 commented 3 months ago

Would it be possible to include these changes into your other PRs instead of dedicated? I do think hybrid-array is a good approach

th4s commented 3 months ago

Sure

th4s commented 3 months ago

Added as commits into other PRs.