Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ComputeSHA1Hash(byte[])

Computes SHA1 hash value for the specified byte array.
Read time 1 minuteLast updated 11 days ago

Definition

public static byte[] ComputeSHA1Hash(byte[] buffer)

Parameters

buffer

The input to compute the hash code for.

Returns

Type

Description

byte[]