Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Decipheriv.prototype.update
Re-export
import { Decipheriv } from "https://deno.land/std@0.163.0/node/crypto.ts";

Parameters

data: string
inputEncoding: Encoding

Returns

Buffer

Parameters

data: ArrayBufferView
inputEncoding: undefined
outputEncoding: Encoding

Returns

string

Parameters

data: string
inputEncoding: Encoding | undefined
outputEncoding: Encoding

Returns

string