XxHash128 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 XXH128 哈希演算法的實作,以產生 128 位哈希。
public ref class XxHash128 sealed : System::IO::Hashing::NonCryptographicHashAlgorithm
public sealed class XxHash128 : System.IO.Hashing.NonCryptographicHashAlgorithm
type XxHash128 = class
inherit NonCryptographicHashAlgorithm
Public NotInheritable Class XxHash128
Inherits NonCryptographicHashAlgorithm
- 繼承
備註
對於將計算數值哈希值保存為位元組的方法,此值會以 Big Endian 位元組順序寫入。
建構函式
XxHash128() |
使用預設種子值 0, XxHash128 初始化 類別的新實例。 |
XxHash128(Int64) |
使用指定的種子, XxHash128 初始化 類別的新實例。 |
屬性
HashLengthInBytes |
取得從這個哈希演算法產生的位元組數目。 (繼承來源 NonCryptographicHashAlgorithm) |