Skip to content
View guillaumelauzier's full-sized avatar
🤖
🤖
Block or Report

Block or report guillaumelauzier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
guillaumelauzier/README.md

Welcome on my page! 👋

Guillaume Lauzier's github stats Top Langs

Pinned

  1. Bulletproofs-libsecp256k1 Bulletproofs-libsecp256k1 Public

    This example generates a random 32-byte secret key and a random 32-byte value, and then creates a Pedersen commitment to the value using the secp256k1 library. It then generates a Bulletproof for …

    C++ 1

  2. counter-party-NFT counter-party-NFT Public

    The provided JavaScript code creates and issues an NFT asset "MyNFT" on Bitcoin blockchain using Counterparty API. It uses axios library to make HTTP requests, creates a token with metadata and des…

    C++

  3. zk-SNARK-libsnark zk-SNARK-libsnark Public

    This example uses the libsnark library to define an R1CS (Rank-1 Constraint System) that represents a simple circuit, where the output is the product of two input values. It then generates a proof …

    C++ 1

  4. ZKP-inscriptions ZKP-inscriptions Public

    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, …

    C++ 2