Hello,
I trying to authenticate to a Mifare Ultralight C but not found description or example of pCryptoDataParams and pCryptoRngDataParams.
phStatus_t phalMful_Sw_Init(
phalMful_Sw_DataParams_t * pDataParams, /**< [In] Pointer to this layer's parameter structure. */
uint16_t wSizeOfDataParams, /**< [In] Specifies the size of the data parameter structure. */
void * pPalMifareDataParams, /**< [In] Pointer to palMifare parameter structure. */
void * pKeyStoreDataParams, /**< [In] Pointer to phKeystore parameter structure. */
void * pCryptoDataParams, /**< [In] Pointer to phCrypto data parameters structure. */
void * pCryptoRngDataParams /**< [In] Pointer to the parameter structure of the CryptoRng layer. */
);
Someone he already try authentication with explore-nfc ?
Thank you in advance,
Kiwil