You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the same file but with different versions. The NXP version supports RSA encryption and HMAC, while the Arduino version does not support RSA (!)
The text was updated successfully, but these errors were encountered:
If you need more APDUs you can port them from the full PlugNTrust library, but if I recall correctly you need to slightly adapt them to work and not only copy-paste the functions.
If you take this functions (from libraries/SE05X/src/lib/apdu/se05x_APDU_impl.c) and compare them to the full package (plug-and-trust/hostlib/hostLib/se05x_03_xx_xx/se05x_APDU_impl.h) you should be able to see what you need to change to let them build:
Hello,
I would like to ask, if there is a possibility to exchange the current "middleware" of SE05X with the newest version of provided by NXP.
I would like to have the NXP version (3886 lines of code):
https://github.com/NXP/plug-and-trust/blob/master/hostlib/hostLib/se05x_03_xx_xx/se05x_APDU_impl.h
instead of the current Arduino version (1073 lines of code):
https://github.com/arduino/ArduinoCore-renesas/blob/main/libraries/SE05X/src/lib/apdu/se05x_APDU_impl.c
this is the same file but with different versions. The NXP version supports RSA encryption and HMAC, while the Arduino version does not support RSA (!)
The text was updated successfully, but these errors were encountered: