myl7/fss 1.1.0
Function secret sharing (FSS) primitives including distributed point/comparison function (DPF/DCF)
Loading...
Searching...
No Matches
fss::Dcf< in_bits, Group, Prg, In, pred, par_depth >::Cw Struct Reference

Correction word. More...

Public Attributes

int4 s
 
int4 v
 

Detailed Description

template<int in_bits, typename Group, typename Prg, typename In = uint, DcfPred pred = DcfPred::kLt, int par_depth = -1>
struct fss::Dcf< in_bits, Group, Prg, In, pred, par_depth >::Cw

Correction word.

Layout

According to the paper, there are s, v, tl, tr to be stored. v is converted to the clamped 16B to be stored. tl, tr is stored at the clamped bit of s, v, respectively.


The documentation for this struct was generated from the following file: