Module

std/crypto/unstable_keystack.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.223.0/crypto/unstable_keystack.ts";

Provides the KeyStack class which implements the {@link KeyRing} interface for managing rotatable keys.

Classes

A cryptographic key chain which allows signing of data to prevent tampering, but also allows for easy key rotation without needing to re-sign the data.

Type Aliases

Types of data that can be signed cryptographically.

Types of keys that can be used to sign data.