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

x/iron/src/types.ts>HMacResult

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

Generated HMAC internal results.

Properties

digest: string
salt: string