Class HashingMethods
Creates the Raw
Inherited Members
Namespace: UnityEditor .Build.Pipeline.Utilities
Assembly: solution.dll
Syntax
public static class HashingMethods
Methods
Name | Description |
---|---|
Calculate(object) | Creates the hash for an object. |
Calculate(params object[]) | Creates the hash for a set of objects. |
Calculate(Hash128, Hash128) | Creates the hash for a pair of Hash128 objects. Optimized specialization of the generic Calculate() methods that has been shown to be ~3x faster The generic function uses reflection to obtain the four 32bit fields in the Hash128 which is slow, this function uses more direct byte access |
Calculate |
Creates the hash for a file. |
Calculate |
Creates the hash for a file. |
Calculate |
Creates the hash for a stream of data. |
Calculate |
Creates the hash for a stream of data. |
Calculate<T>(object) | Creates the hash for an object. |
Calculate<T>(params object[]) | Creates the hash for a set of objects. |