Skip to content

ZK filter is library for efficient and easy to use set exclusion zero knowledge proof.

License

Notifications You must be signed in to change notification settings

Tetration-Lab/arkworks-zk-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZK Filter

ZK filter is a library for efficient and easy-to-use set exclusion zero-knowledge proofs.

Set exclusion proof is a technique that enables one party to prove to another party that a particular item is not a member of a set without disclosing any additional information about the set or its contents.

ZK bloom filter

bloom filter is a space and computationally efficient probabilistic data structure that enables membership queries with a certain probability of false positives. It returns "possibly in set" or "definitely not in set." This ZK implementation provides Bloom filter-like features while also possessing zero-knowledge properties for both insert and membership check operations.

Usage

ZKBF can be use where some error is acceptable or handleable.

example coming soon

to be continue :)

feel free to open issue to request others feature.

About

ZK filter is library for efficient and easy to use set exclusion zero knowledge proof.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages