Skip to content

Commit 8a9a539

Browse files
committed
some comments
1 parent f10780d commit 8a9a539

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • chips/stm32u5xx/src/hash

chips/stm32u5xx/src/hash/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ CSR [
151151
pub const HASH_BASE: StaticRef<HashRegisters> =
152152
unsafe { StaticRef::new(0x420C0400 as *const HashRegisters) };
153153

154-
// SHA2-256 has the largest digest.
155-
// const MAX_DIGEST_LEN: usize = 32;
156154
const LONG_HMAC_KEY_LEN: usize = 64;
157155
// It is an artificial limitation for compatibility with capsules.
158156
// Taken from boards::components::hmac

0 commit comments

Comments
 (0)