Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/iron/src/types.ts>IntegrityAlgorithm

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

Algorithm used for integrity verification.

definition: "sha256"