CPubKey::CheckLowS

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

NameDescription
vchSigThe DER-encoded signature to check.