import * as mod from "https://deno.land/std@0.220.1/crypto/unstable_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
T Data | Types of data that can be signed cryptographically. |
T Key | Types of keys that can be used to sign data. |