privacy-scaling-explorations / mpz

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

Fully integrate `itybity` #22

Open sinui0 opened 1 year ago

sinui0 commented 1 year ago

In various parts of the codebase we convert types to Vec<bool> this is quite inefficient. Rather, we should adopt the traits in itybity which facilitate iterating over the bits of a type without copying or allocations.

0xJepsen commented 3 months ago

I looked into this its seems stale and mostly done already.