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 >::BucketKey Struct Reference

Per-bucket key containing the inner VDPF key data. More...

Public Attributes

InnerVdpf::Cw cws [bucket_bits]
 
cuda::std::array< int4, 4 > cs
 
int4 ocw
 
int4 s0
 

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 >::BucketKey

Per-bucket key containing the inner VDPF key data.


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