- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for VerifyPKCS1v15 (0.07 sec)
-
lib/fips140/v1.0.0.zip
prefix) copy(em[k-len(hashed):], hashed) return em, nil } // VerifyPKCS1v15 verifies an RSASSA-PKCS1-v1.5 signature. // // hash is the name of the hash function as returned by [crypto.Hash.String] // or the empty string to indicate that the message is signed directly. func VerifyPKCS1v15(pub *PublicKey, hash string, hashed []byte, sig []byte) error { fipsSelfTest() fips140.RecordApproved() checkApprovedHashNam(hash) return verifyPKCS1v15(pub, hash, hashed, sig) } func verifyPKCS1v15(pub *PublicKey,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.txt
pkg crypto/rsa, func GenerateMultiPrimeKey(io.Reader, int, int) (*PrivateKey, error) pkg crypto/rsa, func SignPKCS1v15(io.Reader, *PrivateKey, crypto.Hash, []uint8) ([]uint8, error) pkg crypto/rsa, func VerifyPKCS1v15(*PublicKey, crypto.Hash, []uint8, []uint8) error pkg crypto/rsa, method (*PrivateKey) Precompute() pkg crypto/rsa, method (*PrivateKey) Validate() error pkg crypto/rsa, type CRTValue struct
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)