constants.RSA_PSS_SALTLEN_MAX_SIGN - Node documentation
variable constants.RSA_PSS_SALTLEN_MAX_SIGN

Usage in Deno

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

Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data.

Type

number