Hi, if i have N and E with RSA, how to generate public key? is this library can do that? (cl-tls:create-asn-sequence (list '(1 2 840 113549 1 1 1) :oid) (list *n* :integer) (list *e* :integer)) and result is correct oct-vector, can you help me?
Hi,
if i have N and E with RSA, how to generate public key? is this library can do that?
(cl-tls:create-asn-sequence
(list '(1 2 840 113549 1 1 1) :oid)
(list n :integer)
(list e :integer))
and result is correct oct-vector, can you help me?