docs.unity.cn
    Show / Hide Table of Contents

    Class XXHash

    XXHash implementation.

    Inheritance
    Object
    XXHash
    Namespace: Unity.Core
    Syntax
    public static class XXHash : object

    Methods

    Name Description
    Hash32(Byte*, Int32, UInt32)

    Generate a 32-bit xxHash value.

    Hash32(System.IO.Stream, UInt32)

    Generate a 32-bit xxHash value from a stream.

    Hash64(Byte*, Int32, UInt64)

    Generate a 64-bit xxHash value.

    Hash64(System.IO.Stream, UInt64)

    Generate a 64-bit xxHash value from a stream.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021