Skip to content

Commit

Permalink
Update lib.rs (#470)
Browse files Browse the repository at this point in the history
Minor word fix in description
  • Loading branch information
dfarnham committed Nov 8, 2023
1 parent 48cc28a commit 9387633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbkdf2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! PBKDF2 is defined in terms of a keyed pseudo-random function (PRF). Most
//! commonly HMAC is used as this PRF. In such cases you can use [`pbkdf2_hmac`]
//! and [`pbkdf2_hmac_array`] functions. The former accepts a byte slice which
//! gets filled with generated key, while the former returns an array with
//! gets filled with generated key, while the latter returns an array with
//! generated key of requested length.
//!
//! ```
Expand Down

0 comments on commit 9387633

Please sign in to comment.