- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for rpss (0.04 sec)
-
RELEASE.md
local in-processs tf.data service workers. `"AUTO"` works well for most cases, while users can specify other targets. For example, `"LOCAL"` would help avoid RPCs and data copy if every TF worker colocates with a tf.data service worker. Currently, `"AUTO"` reads from any tf.data service workers to preserve existing behavior. The default value is `"AUTO"`.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
:= 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, sig []byte, saltLength int)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)