Skip to content
Chris Petersen edited this page Oct 21, 2015 · 1 revision

Returns true if argument is a valid RSA key.

Parameter Description
key RSA key

Example

> (define key (make-rsa-key 32 10469049371575957133 65537 10095091988802462353))
> (rsa-key? key)
#t
Clone this wiki locally