Crc64 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供CRC-64演演算法的實作,如ECMA-182,附錄 B 中所述。
public ref class Crc64 sealed : System::IO::Hashing::NonCryptographicHashAlgorithm
public sealed class Crc64 : System.IO.Hashing.NonCryptographicHashAlgorithm
type Crc64 = class
inherit NonCryptographicHashAlgorithm
Public NotInheritable Class Crc64
Inherits NonCryptographicHashAlgorithm
- 繼承
備註
此實作會以 Big Endian 位元組順序發出答案,讓 CRC ( (crc (訊息 concat CRC (訊息) ) 是固定值) 保留。
針對 CRC-64,這個穩定輸出是位元組序列 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
。
64 位迴圈備援檢查 (CRC) 演算法有多個不相容的定義。 與另一個系統互通時,請確定您使用相同的定義。 此實作所使用的定義與 ISO 3309 中所述的迴圈備援檢查不相容。
建構函式
Crc64() |
初始化 Crc64 類別的新執行個體。 |
屬性
HashLengthInBytes |
取得從這個哈希演算法產生的位元組數目。 (繼承來源 NonCryptographicHashAlgorithm) |