Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaybird committed Sep 23, 2024
1 parent 88cb9ed commit 032fd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
82 changes: 0 additions & 82 deletions examples/aes_gcm.rs

This file was deleted.

4 changes: 2 additions & 2 deletions src/hashes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#![doc = include_str!("./README.md")]
pub mod sha256;
use crate::Field;
pub mod poseidon;
pub mod ghash;
pub mod constants;
pub mod ghash;
pub mod poseidon;

/// Sponge trait defining absorb and squeeze behavior of sponge based hash function.
pub trait Sponge<F: Field> {
Expand Down

0 comments on commit 032fd70

Please sign in to comment.