{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Class MD4 | Scriptable Build Pipeline | 2.0.2
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MD4

    Implementation of the MD4 hashing algorithm.

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

    Methods

    Name Description
    Create()

    Creates a new MD4 hashing algorithm object.

    HashCore(byte[], int, int)

    When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.

    HashFinal()

    When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic hash algorithm.

    Initialize()

    Resets the hash algorithm to its initial state.

    In This Article
    Back to top
    Copyright © 2023 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)