Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyPSS (0.06 sec)

  1. lib/fips140/v1.0.0.zip

    priv.pub.Size(); emLen < k { emNew := make([]byte, k) copy(emNew[k-emLen:], em) em = emNew } return decrypt(priv, em, withCheck) } // VerifyPSS verifies sig with RSASSA-PSS automatically detecting the salt length. func VerifyPSS(pub *PublicKey, hash fips140.Hash, digest []byte, sig []byte) error { return verifyPSS(pub, hash, digest, sig, pssSaltLengthAutodet) } // VerifyPSS verifies sig with RSASSA-PSS and an expected salt length. func VerifyPSSWithSaltLen(pub *PublicKey, hash fips140.Hash, digest []byte,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top