Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 875 Bytes

File metadata and controls

12 lines (9 loc) · 875 Bytes

RASSS: A Perfidy-Aware Protocol for Designing Trustworthy Distributed Systems

Description

This repository contains the software implementation for RASSS, a protocol for reconstructing secrets and information in distributed computing systems even in the presence of large number of untrusted participants. The published paper can be found here.

The Python program is modularized into separate objects with each object serves to perform a single task within RASSS protocol. We adopted the Finite-Field implementation from Emin Martinian and Reed-Solomon API from tomerfiliba.

How to use?

1. git clone
2. run test.py