mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
fmt
This commit is contained in:
parent
2d98dd3cac
commit
29a8367b8c
@ -133,4 +133,4 @@ fn test_sha2() -> Result<()> {
|
||||
// #[test]
|
||||
// fn test_blake2b() -> Result<()> {
|
||||
// test_hash_512("blake2b", (0, 2), &blake2b)
|
||||
// }
|
||||
// }
|
||||
|
||||
@ -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};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user