You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Type trait requires encode_measurement(), truncate(), and decode_result(). These are for the "affine aggregatable encoding" piece of Prio3. However there are applications of FLPs that don't use these methods. Could we move these to their own trait?
The text was updated successfully, but these errors were encountered:
The
Type
trait requiresencode_measurement()
,truncate()
, anddecode_result()
. These are for the "affine aggregatable encoding" piece of Prio3. However there are applications of FLPs that don't use these methods. Could we move these to their own trait?The text was updated successfully, but these errors were encountered: