This commit is contained in:
Nicholas Ward 2023-04-24 17:11:35 -07:00
parent 2d98dd3cac
commit 29a8367b8c
2 changed files with 1 additions and 4 deletions

View File

@ -133,4 +133,4 @@ fn test_sha2() -> Result<()> {
// #[test]
// fn test_blake2b() -> Result<()> {
// test_hash_512("blake2b", (0, 2), &blake2b)
// }
// }

View File

@ -4,9 +4,6 @@
//! `poseidon_constants.sage` script in the `mir-protocol/hash-constants`
//! repository.
use crate::field::goldilocks_field::GoldilocksField;
use crate::hash::poseidon::{Poseidon, N_PARTIAL_ROUNDS};