Skip to content

torusresearch/lakey-tprf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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