Skip to content

sidraamalik/go-pedersen-commitment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pedersen-commitment

Go version of the Pedersen Commitment Scheme.

This is a pure Go implementation of the Pedersen Commitment Scheme.
It makes use of Bas Westerbaan's https://github.com/bwesterb/go-ristretto to create commitments.
Pederson Commitments are used for Confidential Transactions. It uses Cryptography and Elliptic Curves to do that.
You can read more about Commitments schemes right here: https://en.wikipedia.org/wiki/Commitment_scheme.

About

Go version of the Pedersen commitment scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 97.0%
  • Makefile 3.0%