bloobird0
Results
1
comments of
bloobird0
Hello, `ecdh_generate_keys()` returns 1 in this case. ``` BYTE i; memset(&m_localPublicKey[0], 0xAA, ECC_PRV_KEY_SIZE); memset(&m_localPrivateKey[0], 0xBB, ECC_PUB_KEY_SIZE); memset(&m_sessionKey[0], 0x00, SECURE_KEY_LENGTH); //Generate a public/private key pair // Initialize and seed random number...