-rw-r--r-- 115 cryptattacktester-20231020/parity_cost.h raw
#ifndef parity_cost_h #define parity_cost_h #include "bigint.h" bigint parity_known_cost(bigint,bigint); #endif