Compare two signatures for equality. The comparison only occurs for the length of sig1, so if sig1 is a truncated version of sig2, the comparison will return true.
The signature to check against sig2
The (possibly extended) signature to compare sig1 against
true if sig1 is a prefix of sig2, false otherwise
Generated using TypeDoc
A helper class for calculating and verifying SHA256 signatures