Skip to content

A python implementation of Data Integrity Proofs using the Schnorr Secp256k1 CryptoSuite

Notifications You must be signed in to change notification settings

LegReq/di-schnorr-secp256k1-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Integrity using the Schnorr Secp256k1 CryptoSuite

Experimental Python Implementation

Warning: This code is for experimental purposes only and should NOT be used in production.

Prerequisites

  • Python >= 3.8
  • Pip

Getting started

  1. Create a virtual environment

python -m venv venv

  1. Activate the virtual environment

source venv/bin/activate

  1. Install the package requirements

pip install -e .

  1. Run the main (See di_schnorr_secp256k1/__main__.py)

python di_schnorr_secp256k1

The code in __main__.py, creates and verifies a DateIntegrityProof on a Verifiable Credential using the schnorr-secp256k1-jcs-2025 CryptoSuite.

Relevant Specifications

About

A python implementation of Data Integrity Proofs using the Schnorr Secp256k1 CryptoSuite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages