|
|
Encrypts the data in plaintext, storing the result in encrypted, using the private key portion of the RSA structure specified by rsa.
Syntax
rsa_private_encrypt( rsa, plaintext, encrypted var )
Returns 1 on success, 0 on error.
|
User Annotations:
rsa_private_encrypt
|