Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/god_crypto/src/rsa/emsa_pss.ts>emsa_pss_verify

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Latest
function emsa_pss_verify
import { emsa_pss_verify } from "https://deno.land/x/god_crypto@v1.4.11/src/rsa/emsa_pss.ts";

Parameters

m: Uint8Array
em: Uint8Array
emBits: number
sLen: number
algorithm: RSAHashAlgorithm

Returns

boolean