Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Integrity using the BIP340 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_bip340/__main__.py)

python di_bip340

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

Relevant Specifications

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages