Skip to main content
Module

x/blake2b/deps.ts>decode

BLAKE2b implemented in WebAssembly
Latest
function decode
import { decode } from "https://deno.land/x/blake2b@v0.1.0/deps.ts";

Decodes a Uint8Array to utf8-, base64-, or hex-encoded string.

Parameters

buf: Uint8Array
optional
encoding: string = [UNSUPPORTED]

Returns

string