#ifndef PARITY_H #define PARITY_H #include "bit.h" #include "bigint.h" #include extern bit parity_known(std::vector &, std::vector> &, std::vector> &, const bit); #endif