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

Hash

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

Container message for hash values.

interface Hash {
type?: string;
value?: Uint8Array;
}

§Properties

§
type?: string
[src]

Required. The type of hash that was performed, e.g. "SHA-256".

§
value?: Uint8Array
[src]

Required. The hash value.