PKVerifier.verifyMessage
- bool verifyMessage(const(ubyte)* msg, size_t msg_length, const(ubyte)* sig, size_t sig_length)
- bool verifyMessage(Vector!(ubyte, Alloc) msg, Vector!(ubyte, Alloc2) sig)
struct PKVerifier
bool
verifyMessage
(auto const ref Vector!(ubyte, Alloc) msg ,auto const ref Vector!(ubyte, Alloc2) sig ) - bool verifyMessage(RefCounted!(Vector!(ubyte, Alloc), Alloc) msg, RefCounted!(Vector!(ubyte, Alloc2), Alloc2) sig)
Parameters
- msg Vector!(ubyte, Alloc)
- sig Vector!(ubyte, Alloc2)
Return Value
Verify a signature.