Expand description
Many variable names and the LaTeX math expressions in the doc comment are from the paper Function Secret Sharing for Mixed-Mode and Fixed-Point Secure Computation.
Modules§
- dcf
- See
Dcf
. - dpf
- See
Dpf
. - group
- See Group.
- prg
- Fast PRG implementations based on one-way compression functions, AES, and precreated keys.
- utils
Structs§
- Cw
Cw
. Correclation word.- PointFn
- Point function. Despite the name, it only ships an element of the input domain and an element of the output domain. The actual meaning of the 2 elements is determined by the context.
- Share
k
.
Traits§
- Prg
- Pseudorandom generator (PRG).