ComputeMD5Hash(byte[])
Computes MD5 hash value for the specified byte array.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Windows
- Assembly: UnityEngine.CoreModule
public static byte[] ComputeMD5Hash(byte[] buffer)
Parameters
The input to compute the hash code for.
Returns
Type | Description |
|---|---|
| byte[] |