Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented gadgets for SHA-384 and SHA-512 #85

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions src/crh/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pub mod injective_map;
pub mod pedersen;
pub mod poseidon;
pub mod sha256;
pub mod sha384;
pub mod sha512;

use crate::Error;

Expand Down
Loading
Loading