Skip to content

Commit

Permalink
feat: make Hmac clone-able
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Oct 30, 2023
1 parent 0046adc commit 78af5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbedtls/src/hash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ impl Md {
}
}

#[derive(Clone)]
pub struct Hmac {
ctx: Md,
}
Expand Down

0 comments on commit 78af5e2

Please sign in to comment.