Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Digest

import type { Digest } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Digest information.

interface Digest {
algo?: string;
digestBytes?: Uint8Array;
}

§Properties

§
algo?: string
[src]

SHA1, SHA512 etc.

§
digestBytes?: Uint8Array
[src]

Value of the digest.