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