Skip to content
#

pedersen-commitment

Here are 7 public repositories matching this topic...

This example generates a random secret key and ordinal value, creates a Pedersen commitment using secp256k1, generates a Bulletproof using secp256k1_bulletproofs, encodes the data as a hex string, adds it as an output to a Bitcoin transaction, and broadcasts it to the network. Note that this is a simplified example and should not be used without ad

  • Updated Mar 2, 2023
  • C++

The Gargantua Protocol is a zero-knowledge anonymous payment system built on Solana that provides complete transaction privacy without requiring a trusted setup. The protocol uses Pedersen commitments, Bulletproofs, and Schnorr signatures to enable anonymous transfers while maintaining the performance characteristics of the Solana blockchain.

  • Updated Aug 12, 2025
  • Rust

Improve this page

Add a description, image, and links to the pedersen-commitment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pedersen-commitment topic, visit your repo's landing page and select "manage topics."

Learn more