0xTCG / sequre

A high-performance, Pythonic framework for secure computing in bioinformatics
Apache License 2.0
18 stars 1 forks source link

Have Sequre calculate truncation sizes in MPC #15

Closed hsmajlovic closed 8 months ago

hsmajlovic commented 10 months ago

Currently, truncation parameters like a number of bits to truncate are fixed. Sometimes this is not enough (see example). We would like to have Sequre automatically figure out the truncation parameters after each multiplication if possible.

hsmajlovic commented 8 months ago

Not needed.