Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Mar 13, 2024
1 parent e2b2ab7 commit cdac0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FNV1a32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Narazaka.SimpleHash
{
public static class FNV1a32
{
// cvf. https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function
// cf. https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function
const uint FNV_OFFSET_BASIS = 2166136261;
const uint FNV_PRIME = 16777619;
public static uint ComputeHash(byte[] bytes)
Expand Down

0 comments on commit cdac0a5

Please sign in to comment.