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

Returns the private exponent of the key.

Parameter Description
key RSA key

Example

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