Skip to content

Commit d11c323

Browse files
committed
Remove useless comment
1 parent 346910a commit d11c323

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ impl AsRef<[u8]> for Error {
121121
}
122122
}
123123

124-
/// Trait for hash algorithms (compile-time parameter)
125124
pub trait HashAlgorithm: Clone + Default {
126125
/// Salt length for PSS padding (equals hash output length)
127126
const SALT_LEN: usize;

0 commit comments

Comments
 (0)