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

Returns a public RSA key.

Parameter Description
key RSA key

Example

> (rsa-key-gen-from-primes 32 2936546443 3213384203)
#<Rsa-Key #6 bits: 32 n: 9436251951312039929 e: 65537 d: 5772301760555853353>
> (rsa-pub-key #)
#<Rsa-Key #7 bits: 32 n: 9436251951312039929 e: 65537 d: #f>
Clone this wiki locally