Skip to main content
Module

std/node/crypto.ts>getCipherInfo

Deno standard library
Go to Latest
function getCipherInfo
Re-export
import { getCipherInfo } from "https://deno.land/std@0.145.0/node/crypto.ts";

Parameters

nameOrNid: string | number
optional
options: { keyLength?: number; ivLength?: number; }