Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torusresearch/pvss
Publicly Verifiable Secret Sharing, and more...
https://github.com/torusresearch/pvss
Last synced: 2 days ago
JSON representation
Publicly Verifiable Secret Sharing, and more...
- Host: GitHub
- URL: https://github.com/torusresearch/pvss
- Owner: torusresearch
- License: mit
- Created: 2018-12-06T20:13:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:12:14.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:46:09.841Z (3 months ago)
- Language: Go
- Homepage:
- Size: 2.44 MB
- Stars: 26
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publicly Verifiable Secret Sharing, and more..
```
go test ./pvss/*.go
```This repo contains implementations of the following:
- A Simple Publicly Verifiable Secret Sharing Scheme and its Application to Electronic Voting
https://www.win.tue.nl/~berry/papers/crypto99.pdf- Publicly Verifiable Secret Sharing
ftp://ftp.inf.ethz.ch/pub/crypto/publications/Stadle96.pdf- An efficient signcryption scheme with forward secrecy based on elliptic curve
https://www.sciencedirect.com/science/article/abs/pii/S0096300304005351- Mobile Proactive Secret Sharing
http://pmg.csail.mit.edu/papers/mpss-thesis.pdf