Verify that a pair of "internal" ECC private and public key strings are matched.
public static int KeyMatch( string privateKey, string publicKey, )
Public Shared Function KeyMatch ( _ privateKey As String, _ publicKey As String, _ ) As Integer
VB6/C equivalent: ECC_KeyMatch