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