|
cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
|
Cryptnox secure channel protocol over NFC. More...
#include "platform_compat.h"#include "CW_NfcTransport.h"#include "CW_Logger.h"#include "CW_CryptoProvider.h"#include "CW_Platform.h"#include "CW_Defs.h"Go to the source code of this file.
Classes | |
| class | CW_SecureChannel |
| Implements the Cryptnox secure channel protocol over NFC. More... | |
Macros | |
| #define | CW_PAIRING_DATA "Cryptnox Basic CommonPairingData" |
| #define | CW_PAIRING_DATA_BYTES (sizeof(CW_PAIRING_DATA) - 1U) |
Cryptnox secure channel protocol over NFC.
Declares CW_SecureChannel, responsible for every low-level APDU exchange required to establish and use an authenticated, encrypted session with a Cryptnox Hardware Wallet:
The class is composed inside CryptnoxWallet and is not normally used directly by application code.
Definition in file CW_SecureChannel.h.
| #define CW_PAIRING_DATA "Cryptnox Basic CommonPairingData" |
Definition at line 30 of file CW_SecureChannel.h.
| #define CW_PAIRING_DATA_BYTES (sizeof(CW_PAIRING_DATA) - 1U) |
Definition at line 31 of file CW_SecureChannel.h.