Verifier.verify
bool verify(const(ubyte)[] signature)Verifies the signature.
Parameters
signature | The signature bytes to verify. |
Returns
true if the signature is valid, false otherwise.
bool verify(const(ubyte)[] signature)Verifies the signature.
signature | The signature bytes to verify. |