Module

std/crypto/keystack.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.180.0/crypto/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.