Handbook
Glossary
rsa-encrypt ( message rsa -- encrypted )
Vocabulary
crypto
.
rsa
Inputs
message
an
object
rsa
an
object
Outputs
encrypted
an
object
Definition
USING:
accessors
kernel
math.functions
;
IN:
crypto.rsa
:
rsa-encrypt
( message rsa -- encrypted )
[
public-key>>
]
[
modulus>>
]
bi
^mod
;