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

Returns number of bits of the RSA key.

Parameter Description
key RSA key

Example

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