- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for pkcs1v15ConstructEM (0.11 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
fips140.RecordApproved() checkApprovedHashNam(hash) return signPKCS1v15(priv, hash, hashed) } func signPKCS1v15(priv *PrivateKey, hash string, hashed []byte) ([]byte, error) { em, err := pkcs1v15ConstructEM(&priv.pub, hash, hashed) if err != nil { return nil, err } return decrypt(priv, em, withCheck) } func pkcs1v15ConstructEM(pub *PublicKey, hash string, hashed []byte) ([]byte, error) { // Special case: "" is used to indicate that the data is signed directly. var prefix []byte if hash != "" { var ok bool...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
fips140.RecordApproved() checkApprovedHashNam(hash) return signPKCS1v15(priv, hash, hashed) } func signPKCS1v15(priv *PrivateKey, hash string, hashed []byte) ([]byte, error) { em, err := pkcs1v15ConstructEM(&priv.pub, hash, hashed) if err != nil { return nil, err } return decrypt(priv, em, withCheck) } func pkcs1v15ConstructEM(pub *PublicKey, hash string, hashed []byte) ([]byte, error) { // Special case: "" is used to indicate that the data is signed directly. var prefix []byte if hash != "" { var ok bool...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)