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
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?