Elliptic curve cryptography functions
ECC_MakeKeys
- Generate an EC public/private key pair and save as two key files.
ECC_ReadKeyByCurve
- Read an EC key from its hexadecimal (base16) representation.
ECC_ReadPrivateKey
- Read an EC private key from a file into an internal key string.
ECC_ReadPublicKey
- Read an EC public key from a file into an internal key string.
ECC_SaveEncKey
- Save an internal EC private key string to an encrypted private key file.
ECC_SaveKey
- Save an internal EC key string to a key file.
ECC_PublicKeyFromPrivate
- Convert an internal EC private key string into an internal public key string.
ECC_QueryKey
- Query an EC key string for selected information.
ECC_KeyHashCode
- Compute the hash code of an "internal" ECC public or private key string.
ECC_DHSharedSecret
- Compute EC Diffie-Hellman (ECDH) shared secret.
[Contents] [Index]