CRC32 ===== .. cpp:class:: numpy::CRC32 numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use CRC32 CRC32 obj; // ... operations ... Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``uint32_t calculate(const void \*data, size_tlength)`` - uint32_t - NP_NPZ_UTILS.H:80 -