docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SpookyHash

    Inheritance
    object
    HashAlgorithm
    SpookyHash
    Implements
    ICryptoTransform
    IDisposable
    Inherited Members
    HashAlgorithm.Clear()
    HashAlgorithm.ComputeHash(byte[])
    HashAlgorithm.ComputeHash(byte[], int, int)
    HashAlgorithm.ComputeHash(Stream)
    HashAlgorithm.Create(string)
    HashAlgorithm.Dispose()
    HashAlgorithm.TransformBlock(byte[], int, int, byte[], int)
    HashAlgorithm.TransformFinalBlock(byte[], int, int)
    HashAlgorithm.CanReuseTransform
    HashAlgorithm.CanTransformMultipleBlocks
    HashAlgorithm.Hash
    HashAlgorithm.HashSize
    HashAlgorithm.InputBlockSize
    HashAlgorithm.OutputBlockSize
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Assembly: Unity.ScriptableBuildPipeline.Editor.dll
    Syntax
    public sealed class SpookyHash : HashAlgorithm, ICryptoTransform, IDisposable

    Methods

    Create()

    Declaration
    public static SpookyHash Create()
    Returns
    Type Description
    SpookyHash

    HashCore(byte[], int, int)

    Declaration
    protected override void HashCore(byte[] inputBuffer, int inputOffset, int inputCount)
    Parameters
    Type Name Description
    byte[] inputBuffer
    int inputOffset
    int inputCount
    Overrides
    HashAlgorithm.HashCore(byte[], int, int)

    HashFinal()

    Declaration
    protected override byte[] HashFinal()
    Returns
    Type Description
    byte[]
    Overrides
    HashAlgorithm.HashFinal()

    Initialize()

    Declaration
    public override void Initialize()
    Overrides
    HashAlgorithm.Initialize()

    Implements

    ICryptoTransform
    IDisposable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)