Skip to main content
Module

std/crypto/keystack.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.157.0/crypto/keystack.ts";

Provides the KeyStack class which implements the 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.