Class MD4 | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Class MD4

    Inheritance
    Object
    HashAlgorithm
    MD4
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public sealed class MD4 : HashAlgorithm, ICryptoTransform, IDisposable

    Methods

    Create()

    Declaration
    public static MD4 Create()
    Returns
    Type Description
    MD4

    HashCore(Byte[], Int32, Int32)

    Declaration
    protected override void HashCore(byte[] array, int ibStart, int cbSize)
    Parameters
    Type Name Description
    Byte[] array
    Int32 ibStart
    Int32 cbSize
    Overrides
    HashAlgorithm.HashCore(Byte[], Int32, Int32)

    HashFinal()

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

    Initialize()

    Declaration
    public override void Initialize()
    Overrides
    HashAlgorithm.Initialize()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023