Chapter 70. rsalib
Table of Contents
This library provides a SIMPOL-language RSA library implementation, inclduing the routines for key generation.
RSAdecrypt()
Description
Prototype
RSAdecrypt (
string ,
integer s,
integer publickey )
privatekey
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| s | None | string | |
| publickey | None | integer | |
| privatekey | None | integer |


