Skip to content

Commit

Permalink
Delete unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
iwiwsb committed Nov 26, 2023
1 parent aa88f5b commit 08522b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions md6/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ use core::fmt::Debug;
use digest::{InvalidBufferSize, InvalidOutputSize, Update, VariableOutput};
use std::ops::BitXor;

#[derive(Debug)]
pub struct InvalidKeyLength;

/// MD6 hasher
#[derive(Debug)]
pub struct MD6 {
Expand Down

0 comments on commit 08522b2

Please sign in to comment.