Skip to content

Commit

Permalink
deprecate Iden3SparseMerkleProofType (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic authored Mar 2, 2023
1 parent a6765c2 commit ec2ee3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions verifiable/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ const (
BJJSignatureProofType ProofType = "BJJSignature2021"

// Iden3SparseMerkleProofType is a proof type for MTP proofs with iden3 metadata
//
// Deprecated: Iden3SparseMerkleProofType is not correct semantically and replaced by Iden3SparseMerkleTreeProofType
Iden3SparseMerkleProofType ProofType = "Iden3SparseMerkleProof"

// Iden3SparseMerkleTreeProofType is a proof type for MTP proofs with iden3 metadata. Context is defined here: https://schema.iden3.io/core/jsonld/iden3proofs.jsonld
Iden3SparseMerkleTreeProofType ProofType = "Iden3SparseMerkleTreeProof"

// SparseMerkleTreeProofType ia a standard SMT proof type
SparseMerkleTreeProofType ProofType = "SparseMerkleTreeProof"

Expand Down

0 comments on commit ec2ee3b

Please sign in to comment.