Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.21 KB

CoinParty

By Jan Henrik Ziegeldorf, Fred Grossmann, Martin Henze, Nicolas Inden, Klaus Wehrle

This is the Python implementation of CoinParty by the Bitcoin Association of Berkeley.

Notes

CoinParty paper https://www.comsys.rwth-aachen.de/fileadmin/papers/2015/2015-ziegeldorf-codaspy-coinparty.pdf

pyelliptic: python elliptic curve library / OpenSSL wrapper

Implementing the Commitment Phase (Max)

Python implementations of Shamir's Secret Sharing Scheme:

Damgard's Share conversion, pseudorandom secret-sharing and applications to secure distributed computing

Replicated Secret Sharing - "Secret Sharing Scheme Realizing General Access Structure"

Only known implementation of replicated secret sharing, in Ruby:

Outdated Multiparty Computation Library

Ruby in 20 Minutes:

(Philip)