SHA1.hash

Computes the SHA-1 hash of the given byte array data.

class SHA1
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

Input byte array to compute the hash.

Return Value

Type: auto

SHA-1 hash value as a byte array.

Meta