Releases: divviup/libprio-rs
Releases · divviup/libprio-rs
v0.6.1
This release is identical to release 0.6.0 except that this time, we remembered to bump the crate version in Cargo.toml
.
v0.6.0
This release contains implementations of the Prio3
and Hits
Verifiable Distributed Aggregation Functions, compatible with draft 00 of the VDAF specification, presented at IETF 112.
v0.5.0
This release is known to be backward compatible with Prio v2. Changes since 0.4.0 include:
- many changes in support of implementing the prio3 VDAF
Field32
is now encoded in network order, andFieldPriov2
should be used in Prio v2 applications- Various Priov2 interfaces have changed to now return
Result<T, E>