function formatPrefixed
formatPrefixed(
prefix: string,
...parts: Uint8Array[]
): string

Format IV + ciphertext as a prefixed base64 string

Parameters

prefix: string
...parts: Uint8Array[]

Return Type

string

Usage

import { formatPrefixed } from "doc.ts";