rsa key e - part-cw/lambdanative GitHub Wiki

(rsa-key-e key)

Returns the public exponent of the key.

Parameter Description
key RSA key

Example

> (define key (make-rsa-key 32 10469049371575957133 65537 10095091988802462353))
> (rsa-key-e key)
65537