Check whether a signature is normalized (lower‐S).
Synopsis
Declared in <pubkey.h>
static
bool
CheckLowS(std::vector<unsigned char> const& vchSig);
Return Value
true if the signature is in normalized lower‐S form.
Parameters
Name |
Description |
vchSig |
The DER‐encoded signature to check. |
Created with MrDocs