constants.RSA_PSS_SALTLEN_DIGEST - Node documentation
variable constants.RSA_PSS_SALTLEN_DIGEST

Usage in Deno

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

Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying.

Type

number