|
cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
|
Abstract contracts a host integration must implement. More...
Classes | |
| class | CW_CryptoProvider |
| Abstract interface for cryptographic operations used by CW_SecureChannel. More... | |
| class | CW_Logger |
| Abstract interface for serial/debug output. More... | |
| class | CW_NfcTransport |
| Abstract interface for NFC transport operations. More... | |
| class | CW_Platform |
| Abstract interface for platform-specific operations used by the SDK. More... | |
Abstract contracts a host integration must implement.
Provide concrete implementations of CW_NfcTransport, CW_CryptoProvider, CW_Logger, and CW_Platform when porting the SDK to a new MCU or operating system.