Skip to content

Commit

Permalink
Merge pull request tock#3773 from tock/hil-digest-comment
Browse files Browse the repository at this point in the history
hil: digest: fix comment
  • Loading branch information
brghena authored Jan 5, 2024
2 parents 69df3ab + 13d5adf commit 6a9db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/hil/digest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub trait DigestHash<'a, const L: usize> {
-> Result<(), (ErrorCode, &'static mut [u8; L])>;
}

/// Computes a digest (cryptographic hash) over data provided through a
/// Verifies a digest (cryptographic hash) over data provided through a
/// separate trait
///
/// 'L' is the length of the 'u8' array to store the digest output.
Expand Down

0 comments on commit 6a9db9f

Please sign in to comment.