Skip to content

Commit

Permalink
FIXUP FIXUP cargo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Sep 6, 2024
1 parent 10737c2 commit 86348d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hss/aux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,8 @@ fn compute_hmac<H: HashChain>(key: &[u8], data: &[u8]) -> ArrayVec<[u8; MAX_HASH

#[cfg(test)]
mod tests {

use crate::hasher::sha256::Sha256_256;
use crate::util::helper::test_helper::gen_random_seed;

use crate::{
constants::MAX_HASH_SIZE,
hss::{aux::hss_expand_aux_data, hss_keygen},
Expand Down

0 comments on commit 86348d3

Please sign in to comment.