|
cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
|
| C__FlashStringHelper | |
| CCryptnoxWallet | High-level interface for interacting with a Cryptnox Hardware Wallet over NFC |
| CCW_CardInfo | Subset of the Cryptnox card info returned by APDU 0x80FA0000 |
| CCW_CryptoProvider | Abstract interface for cryptographic operations used by CW_SecureChannel |
| CArduinoCryptoProvider | CW_CryptoProvider implementation for the Arduino UNO R4 (RA4M1) |
| CStubCrypto | |
| CCW_Logger | Abstract interface for serial/debug output |
| CArduinoLoggerAdapter | CW_Logger implementation wrapping Arduino's HardwareSerial |
| CNullLoggerAdapter | No-op CW_Logger — guarantees nothing reaches the serial port |
| CStubLogger | |
| CCW_NfcTransport | Abstract interface for NFC transport operations |
| CPN532Adapter | CW_NfcTransport implementation over the Adafruit_PN532 driver |
| CStubNfc | |
| CCW_Platform | Abstract interface for platform-specific operations used by the SDK |
| CArduinoPlatform | CW_Platform implementation using Arduino's blocking delay() |
| CStubPlatform | |
| CCW_SecureChannel | Implements the Cryptnox secure channel protocol over NFC |
| CCW_SecureSession | Holds cryptographic session state for reentrant secure channel operations |
| CCW_SignRequest | Request parameters for CryptnoxWallet::sign |
| CCW_SignResult | Result of CryptnoxWallet::sign |
| CCW_Utils | Portable utility functions for cryptographic and security operations |
| CDerFuzzTarget | |
| CTx2 | Ethereum EIP-1559 transaction structure |