Searched refs:twosComplement (Results 1 – 1 of 1) sorted by relevance
173 std::unique_ptr<unsigned char[]> twosComplement; in arrayToBignum() local177 twosComplement.reset(new unsigned char[tmpSize]); in arrayToBignum()178 unsigned char* twosBytes = reinterpret_cast<unsigned char*>(twosComplement.get()); in arrayToBignum()