eccKeyHashCode
Compute the hash code of an "internal" ECC public or private key string.
Syntax
[VBA]
Public Function eccKeyHashCode ( _
szIntKeyString As String _
) As Long
Parameters
- szIntKeyString
- Key in ephemeral "internal" representation.
Return Value
Long: A 32-bit hash code for the key, or zero on error.
Remarks
Should be the same for a matching private and public key.