chickadee » chibi-crypto » rsa-encrypt

rsa-encrypt pub-key msgprocedure

Encrypts msg for the given public key pub-key. msg may be an integer or bytevector, in which case the result is of the same type, or a string, in which case the string is first coerced to a utf8 encoded bytevector.