myl7/fss 1.1.0
Function secret sharing (FSS) primitives including distributed point/comparison function (DPF/DCF)
Loading...
Searching...
No Matches
fss::Vdmpf< in_bits, max_points, bucket_bits, Group, Prg, XorHash, Hash, Prp, In, kappa, ch_lambda >::Key Struct Reference

VDMPF key for one party. More...

Public Attributes

int4 sigma
 
int m_rt
 Runtime bucket count used during Gen.
 
int b_size_rt
 Runtime bucket size used during Gen.
 
BucketKey bks [m]
 

Detailed Description

template<int in_bits, int max_points, int bucket_bits, typename Group, typename Prg, typename XorHash, typename Hash, typename Prp, typename In = uint, int kappa = 3, int ch_lambda = 80>
struct fss::Vdmpf< in_bits, max_points, bucket_bits, Group, Prg, XorHash, Hash, Prp, In, kappa, ch_lambda >::Key

VDMPF key for one party.

Stores the PRP seed, runtime parameters from Gen, and per-bucket inner VDPF keys.


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