We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10780d commit 8a9a539Copy full SHA for 8a9a539
1 file changed
chips/stm32u5xx/src/hash/mod.rs
@@ -151,8 +151,6 @@ CSR [
151
pub const HASH_BASE: StaticRef<HashRegisters> =
152
unsafe { StaticRef::new(0x420C0400 as *const HashRegisters) };
153
154
-// SHA2-256 has the largest digest.
155
-// const MAX_DIGEST_LEN: usize = 32;
156
const LONG_HMAC_KEY_LEN: usize = 64;
157
// It is an artificial limitation for compatibility with capsules.
158
// Taken from boards::components::hmac
0 commit comments