Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Hash.prototype.digest
import { Hash } from "https://deno.land/x/jwfetch@v1.2.0/deps.ts";

Parameters

bytes: Uint8Array

Returns

{ data: Uint8Array; hex(): string; }