From b04667b46db54e9427a9247c37e36e3598b2e46a Mon Sep 17 00:00:00 2001 From: Anthony Grondin <104731965+AnthonyGrondin@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:12:26 -0400 Subject: [PATCH] Remove completed TODO --- esp-hal/src/sha.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/esp-hal/src/sha.rs b/esp-hal/src/sha.rs index 281063c654..31c48f2cdf 100644 --- a/esp-hal/src/sha.rs +++ b/esp-hal/src/sha.rs @@ -438,7 +438,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() };