Skip to content

Archistar/archistar4mpc-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

MPyC

To run the scripts, you only need a recent version of Python and MPyC installed.

Ciphers can be run directly. Appending -M n will run the script with n parties:

python3 chacha20bin.py -M 3

The operations.py script will run benchmarks of basic operations and output csv-files.

MP-SPDZ

To run the scripts, you need MP-SPDZ installed; especially, you need to make shamir-party.x.

You can either copy the scripts to Programs/Source in your MP-SPDZ directory, then compile them like this:

./compile.py lowmc

And then run them like this:

Scripts/shamir.sh lowmc

Or you can follow the instructions here.

About

Performance evaluation of symmetric ciphers for MPC to interface with Archistar storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages