PrivateKey.decrypt

Decrypts data previously encrypted with the matching PublicKey

Please see the encrypt notes.

Parmas: data = the data to encrypt

class PrivateKey
ubyte[]
decrypt
(
const(ubyte)[] data
)

Meta