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