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