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