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

Creates an RSA key.

Parameter Description
bits bit length
n public modulus
e public exponent
p private exponent

Example

> (make-rsa-key 128 
    97919421264216305793473071786978918609346690492533584060904778881272382493813 
    65537 
    18362599559595623818633505535223933193481227503752945893290075824800178787673)
#<Rsa-Key #4
  bits: 128
  n: 97919421264216305793473071786978918609346690492533584060904778881272382493813
  e: 65537
  d: 18362599559595623818633505535223933193481227503752945893290075824800178787673>
Clone this wiki locally