-rw-r--r-- 221 cryptattacktester-20230614/parity.h raw
#ifndef PARITY_H #define PARITY_H #include "bit.h" #include "bigint.h" #include <vector> extern bit parity_known(std::vector<bit> &, std::vector<std::vector<bit>> &, std::vector<std::vector<bit>> &, const bit); #endif