Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 480 Bytes

LaKey Threshold PRF

Prototype implementation of LaKey threshold PRF.

Development

  1. Setup MP-SPDZ.
# Initialize submodules.
git submodule update --init --recursive
# Build selected components.
make setup mal-shamir-offline.x malicious-shamir-party.x
cd ..
# Setup communication.
MP-SPDZ/Scripts/setup-ssl.sh
  1. Run LaKey Threshold PRF.
PROG=lakey2 Scripts/compile-pre-run.sh