Created by potrace 1.16, written by Peter Selinger 2001-2019

Miva Developer Docs


Load an RSA public key from a PKCS#1 file specified by “pubkey_file”.

Syntax
rsa_load_publickey( pubkey_file, rsa var )

Returns#

Returns 1 on success, 0 on error.

Parameters#

Parameter Description
pubkey_file The name of the file containing the public key
rsa A variable which receives an internal reference to the loaded RSA key