function sha1Hex
sha1Hex(data: Uint8Array): string

Compute SHA-1 hex digest of a Uint8Array

Parameters

Return Type

string

Usage

import { sha1Hex } from "docs/tickets.ts";