Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

ProvablyAI/zkfriendlyhashzoo-forked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Functions for Zero-Knowledge Applications Zoo

This repository contains several Rust implementations of different hash functions for zero-knowledge applications and will be extended frequently.

The repository already contains the following implementations:

  • plain_impls contains a comparison of the plain performance of various hash functions.
  • bounties contains toy instances and implementations of some hash functions used for the Cryptanalysis Bounties.
  • bellman contains a comparison of different hash functions in zero-knowledge applications using the bellman_ce library.

Citing our work

Please use the following BibTeX entry to cite our work in academic papers.

@misc{HashZKP,
  title = {Hash functions for Zero-Knowledge applications Zoo},
  howpublished = {\url{https://extgit.iaik.tugraz.at/krypto/zkfriendlyhashzoo}},
  month = aug,
  year = 2021,
  note = {{IAIK}, Graz University of Technology},
}

Plain Performance Comparison of different Hash Functions for ZKP

This repository contains Rust implementations of different hash functions for Zero-Knowledge applications. For benchmarks we refer to [1] and [2].

Hash Functions

The following hash functions are already implemented:

We also benchmark against various classical hash algorithms implemented in RustCrypto.

[1] https://eprint.iacr.org/2021/1038.pdf [2] https://eprint.iacr.org/2023/1025.pdf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors