Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 950 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 950 Bytes

EMP-AGMPC

You may read the original readme with build and usage instructions as README-ORIGINAL.md. Also note that as this library depends on emp-tool and emp-ot for large parts of the cryptographic processing, optimizations are also relevant here.

Main Changes

Keywords File Function Summary
Preprocessing Batching fpremp.h FpreMP::garble(), FpreMP::evaluate(), FpreMP::HnIDProcess(), FpreMP::RecvProcess(), FpreMP::compute() Changed to batch several of these independent operations using a pre- and a post-processing loop around cryptographic operations.
Function-dependent and Online Batching mpc.h CMPC::Hash(), CMPC::EvaluateANDGates(), CMPC::GarbleGates, CMPC::online(), CMPC::function_dependent() Batching for the actual function- and data-dependent operations.