Skip to content

HorizenLabs/poseidon2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poseidon2 Hash Function

This repository contains the Rust implementation of Poseidon2 and several other arithmetization-oriented primitives over various finite fields.

Hash Functions

The following hash functions are implemented:

Update from 23/06/2023

A bug was fixed which occurred in the computation of the external matrix multiplication when t=4. Further, the previous instance generation script was using SBOX=1. This was changed to SBOX=0 in order to match the instances of the original Poseidon. This has no impact on the security, and the previous instances can still be used. We thank @rkm0959 for reporting these issues.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published