Skip to content

Commit 49e53a0

Browse files
mmstickmalept
authored andcommitted
feat: add missing derives for Algorithm (#11)
1 parent 2cf7ba6 commit 49e53a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mod test;
6868
pub use imp::Hasher;
6969

7070
/// Available cryptographic hash functions.
71-
#[derive(Clone, Debug)]
71+
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
7272
pub enum Algorithm {
7373
/// Popular message digest algorithm, only available for backwards compatibility purposes.
7474
MD5,

0 commit comments

Comments
 (0)