kjur / jsrsasign

The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
https://kjur.github.io/jsrsasign
Other
3.25k stars 646 forks source link

fix: correct example verifySigna`true`() #595

Open sshida opened 11 months ago

sshida commented 11 months ago

Example of verifySignature() included true string in the end of function name.

Also, require or import code may helpful for developer with more faster and easier experiences.