Skip to content

Commit

Permalink
hmac: minor doc improvement (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jul 16, 2021
1 parent b1b0f32 commit c37a392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hmac/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
//! ```
//!
//! # Block and input sizes
//! Usually it is assumed that block size is larger than output size, due to the
//! generic nature of the implementation this edge case must be handled as well
//! Usually it is assumed that block size is larger than output size. Due to the
//! generic nature of the implementation, this edge case must be handled as well
//! to remove potential panic scenario. This is done by truncating hash output
//! to the hash block size if needed.

Expand Down

0 comments on commit c37a392

Please sign in to comment.