/go-pvss

pvss

Primary LanguageCGNU General Public License v3.0GPL-3.0

go-pvss

A go implementation of Publicly Verifiable Secret Sharing (PVSS) based on ECC scheme, in specific, we are using the secp256k1 curve which is used by Bitcoin, Ethereum etc. However, it's easy to change to use another curve.

This is a Prove-of-Content project, and WITHOUT ANY WARRANTY.

References:

Acknowledge

Thanks @zhonglinlynn for cryptography support.