EACSignedObject.checkSignature

Check the signature of this object.

class EACSignedObject
const
bool
checkSignature
(
ALLOC
)
(,
auto ref Vector!(ubyte, ALLOC) sig
)

Parameters

pub_key PublicKey

the public key associated with this signed object

sig Vector!(ubyte, ALLOC)

the signature we are checking

Return Value

Type: bool

true if the signature was created by the private key associated with this public key

Meta