Back to dev.digicert.com
TrustCore SDK Crypto Interface API reference
version 2.0
Deprecated List
Global
CRYPTO_INTERFACE_ECDSA_sign
(void *pECCKey, RNGFun rngFun, void *rngArg, const ubyte *hash, ubyte4 hashLen, PFEPtr r, PFEPtr s, ubyte4 keyType)
This function is deprecated. Use CRYPTO_INTERFACE_ECDSA_signDigestAux instead.
Global
CRYPTO_INTERFACE_ECDSA_signEx
(void *pECCKey, RNGFun rngFun, void *rngArg, const ubyte *pPlainText, ubyte4 plainTextLen, PFEPtr r, PFEPtr s, ubyte4 keyType)
This function is deprecated. Use CRYPTO_INTERFACE_ECDSA_signDigestAux for software and TAP keys.
Global
CRYPTO_INTERFACE_ECDSA_verifySignature
(void *pECCKey, const ubyte *hash, ubyte4 hashLen, ConstPFEPtr r, ConstPFEPtr s, ubyte4 keyType)
This function is deprecated. Use CRYPTO_INTERFACE_ECDSA_verifySignatureDigestAux instead.
Generated by
doxygen