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

DeriveOptions

import type { DeriveOptions } from "https://raw.githubusercontent.com/worker-tools/signed-cookie-store/master/index.ts";
interface DeriveOptions {
format?: KeyFormat;
hash?: HashAlgorithmIdentifier;
hmacHash?: HashAlgorithmIdentifier;
iterations?: number;
length?: number;
salt?: BufferSource;
secret: string | BufferSource | JsonWebKey;
}

§Properties

§
format?: KeyFormat
[src]
§
hash?: HashAlgorithmIdentifier
[src]
§
hmacHash?: HashAlgorithmIdentifier
[src]
§
iterations?: number
[src]
§
length?: number
[src]
§
salt?: BufferSource
[src]
§
secret: string | BufferSource | JsonWebKey
[src]