Verifies a Schnorr signature for an invitation commit. Re-derives the commit public key from the entity identifier and the commit identifier and verifies the signature against the provided message.
Verification parameters
Commit identifier
Invitation entity identifier
Message that was signed
Schnorr signature
True if the signature is valid, false otherwise
If the invitation entity identifier is not a valid HD public key string
Verifies a Schnorr signature for an invitation commit. Re-derives the commit public key from the entity identifier and the commit identifier and verifies the signature against the provided message.