crypto v0.1.8 (2019-03-14T12:01:58Z)
Dub
Repo
RSA.decrypt
crypto
rsa
RSA
Undocumented in source. Be warned that the author may not have intended to support it.
ubyte
[]
decrypt
(string key, ubyte[] data, bool mixinXteaMode)
ubyte
[]
decrypt
(RSAKeyInfo key, ubyte[] data, bool mixinXteaMode)
class
RSA
static
ubyte
[]
decrypt
(
RSAKeyInfo
key
,
ubyte
[]
data
,
bool
mixinXteaMode
= false
)
Meta
Source
See Implementation
crypto
rsa
RSA
static functions
decodeKey
decrypt
encodeKey
encrypt
generateKeyPair