Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 691 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 691 Bytes

EMP-OT

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 for large parts of the cryptographic processing, optimizations are also relevant here.

Main Changes

Keywords File Function Summary
LPN Processing Widening lpn_f2.h LpnF2::__compute4() Increased batch size for use of VAES instead of AES-NI.
VAES for GGM Processing twokeyprp.h TwoKeyPRP::node_expand_double_vaes(), TwoKeyPRP::node_expand_double() Generalized the PRG implementation and added VAES for processing if requested.