cryptnox-sdk-cpp 1.0.0
Platform-independent C++ core SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
Adapter interfaces

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...

Detailed Description

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.