PublicKey.decrypt

Decrypts data previously encrypted with the matching PrivateKey

Please see the encrypt notes.

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

Parameters

data const(ubyte)[]

the data to encrypt

Meta