divviup / libprio-rs

Implementation of Prio in Rust.
Mozilla Public License 2.0
103 stars 31 forks source link

`mod codec` improvements #318

Open tgeoghegan opened 2 years ago

tgeoghegan commented 2 years ago

In #252, we discuss the notion of providing mod codec separately from prio. Elsewhere, @cjpatton has been thinking about improvements to mod codec to make it more ergonomic and efficient (https://github.com/cloudflare/daphne/issues/15). Now that we have some implementation experience under our belts, we should design and implement a faster and friendlier mod codec, and consider shipping it to crates.io separately from prio.

cjpatton commented 2 years ago

I'd be happy to help out!