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

Returns the public modulus of the key.

Parameter Description
key RSA key

Example

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