Skip to content

Commit

Permalink
Remove completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGrondin committed Aug 13, 2024
1 parent cc8d2bf commit 1ba7795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-hal/src/sha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ macro_rules! impl_sha {
}

/// Implement Default to create hasher out of thin air
/// TODO: Ensure safety is when using multiple Sha at once.
impl<'d> core::default::Default for $name<'d, crate::Blocking> {
fn default() -> Self {
let sha = unsafe { crate::peripherals::SHA::steal() };
Expand Down

0 comments on commit 1ba7795

Please sign in to comment.