Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/iron/src/types.ts>IntegrityAlgorithm

A cryptographic utility for sealing a JSON object using symmetric key encryption with message integrity verification.
Latest
type alias IntegrityAlgorithm
import { type IntegrityAlgorithm } from "https://deno.land/x/iron@v1.2.1/src/types.ts";

Algorithm used for integrity verification.

definition: "sha256"