Skip to main content
Module

x/iron/src/utils.ts>bufferToString

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

Convert a Uint8Array to a string.

type

(value: Uint8Array) => string