pvss: Public Verifiable Secret Sharing

[ crypto, mit, program ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
scrape-bds

Build BDS version of PVSS-SCRAPE protocol

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2.0
Dependencies base (>=4.7 && <6), binary, bytestring, cryptonite, cryptonite-openssl (>=0.3), deepseq, foundation (>=0.0.7), hourglass, integer-gmp, memory, pvss, vector [details]
License MIT
Copyright 2016 IOHK
Author Vincent Hanquez
Maintainer vincent.hanquez@iohk.io
Category Crypto
Home page https://github.com/input-output-hk/pvss-haskell#readme
Source repo head: git clone https://github.com/input-output-hk/pvss-haskell
Uploaded by VincentHanquez at 2017-08-01T10:41:35Z
Distributions NixOS:0.2.0
Executables pvss-exe
Downloads 5636 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-01 [all 1 reports]

Readme for pvss-0.2.0

[back to package description]

pvss-haskell

Build Status

Two Haskell implementations of the Public Verifiable Secret Scheme based on:

  1. Paper by Berry Schoenmakers (http://www.win.tue.nl/~berry/papers/crypto99.pdf)
  2. SCRAPE: Paper by Ignacio Cascudo and Bernardo David (https://eprint.iacr.org/2017/216.pdf)

LICENSE

See LICENSE file in this repository.