Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/arnaucube/poseidon-rs

Poseidon hash function
https://github.com/arnaucube/poseidon-rs

Last synced: 26 days ago
JSON representation

Poseidon hash function

Lists

README

        

# poseidon-rs [![Crates.io](https://img.shields.io/crates/v/poseidon-rs.svg)](https://crates.io/crates/poseidon-rs) [![Test](https://github.com/arnaucube/poseidon-rs/workflows/Test/badge.svg)](https://github.com/arnaucube/poseidon-rs/actions?query=workflow%3ATest)

Poseidon hash implementation in Rust, a zkSNARK friendly hash function.

https://eprint.iacr.org/2019/458.pdf

Compatible with the Poseidon implementations:
- Sage (reference implementation): https://extgit.iaik.tugraz.at/krypto/hadeshash
- Go: https://github.com/iden3/go-iden3-crypto
- Js & circom: https://github.com/iden3/circomlib

An arkworks-based version of this repo can be found at https://github.com/arnaucube/poseidon-ark

## Warning
Do not use in production