Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 944 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 944 Bytes

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.