PublicKey.verify

Verify the data passed was signed with the public key.

class PublicKey
bool
verify
(
const(ubyte)[] data
,
const(ubyte)[] signature
)

Parameters

data const(ubyte)[]

the data to verify

signature const(ubyte)[]

the digital signature

Meta