Skip to main content
Module

x/bwt/deps.ts>seal

Better Web Token - an iteration of web tokens with a bunch of improvements
Latest
function seal
import { seal } from "https://deno.land/x/bwt@v0.6.0/deps.ts";

Parameters

key: Uint8Array
nonce: Uint8Array
plaintext: Uint8Array
aad: Uint8Array

Returns

null | { ciphertext: Uint8Array; tag: Uint8Array; aad: Uint8Array; }