Skip to content

Commit

Permalink
docs: Clarify WyHash version kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Feb 29, 2024
1 parent e61bc42 commit 553ae8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hasher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use self::{
};

/// The WyHash hasher, a fast & portable hashing algorithm. This implementation is
/// based on the final v4 C reference implementation, as that is compatible with
/// the constants used for the current `WyRand` implementation.
/// based on the final v4/v4.2 C reference implementations (depending on whether the
/// `v4_2` feature flag is enabled or not).
///
/// ```
/// use wyrand::WyHash;
Expand Down

0 comments on commit 553ae8b

Please sign in to comment.