|
cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
|
Place binary seed files in this directory before running fuzz_der.
Files must start with 0x00, followed by a raw DER ECDSA signature. A minimal valid P-256 DER signature (70–72 bytes) looks like: 30 44 02 20 <r[32]> 02 20 <s[32]>
Extract a real signature from any Cryptnox transaction and prepend 0x00.
Files must start with 0x01, followed by a raw DER X.509 certificate. Obtain a real Cryptnox manufacturer certificate via CW_SecureChannel::getManufacturerCertificate() and prepend 0x01.