XxHash32 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 XxHash32 算法的实现。
public ref class XxHash32 sealed : System::IO::Hashing::NonCryptographicHashAlgorithm
public sealed class XxHash32 : System.IO.Hashing.NonCryptographicHashAlgorithm
type XxHash32 = class
inherit NonCryptographicHashAlgorithm
Public NotInheritable Class XxHash32
Inherits NonCryptographicHashAlgorithm
- 继承
注解
对于将计算出的数字哈希值保留为字节的方法,该值按 Big Endian 字节顺序写入。
构造函数
XxHash32() |
初始化 XxHash32 类的新实例。 |
XxHash32(Int32) |
使用指定的种子初始化 类的新实例 XxHash32 。 |
属性
HashLengthInBytes |
获取从此哈希算法生成的字节数。 (继承自 NonCryptographicHashAlgorithm) |