Documentation
¶
Overview ¶
パッケージfnvは、 Glenn Fowler、Landon Curt Noll、およびPhong Voによって作成された FNV-1およびFNV-1aという非暗号化ハッシュ関数を実装しています。 詳細は、以下を参照してください。 https://en.wikipedia.org/wiki/Fowler-Noll-Vo_hash_function.
このパッケージによって返されるすべてのhash.Hashの実装も、 encoding.BinaryMarshalerとencoding.BinaryUnmarshalerを実装しています。 これにより、ハッシュの内部状態をマーシャリングおよびアンマーシャリングすることができます。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New128 ¶ added in v1.9.0
New128は新しい128ビットのFNV-1ハッシュ.Hashを返します。 Sumメソッドは値をビッグエンディアンのバイトオーダーで配置します。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.