constants.RSA_PSS_SALTLEN_AUTO - Node documentation
variable constants.RSA_PSS_SALTLEN_AUTO

Usage in Deno

import { constants } from "node:crypto";
const { RSA_PSS_SALTLEN_AUTO } = constants;

Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature.

Type

number