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.