-rw-r--r-- 221 cryptattacktester-20231020/ram_cost.h raw
#ifndef ram_cost_h #define ram_cost_h #include "bigint.h" bigint ram_read_cost(bigint,bigint,bigint); bigint ram_write_cost(bigint,bigint,bigint,bool=1); bigint ram_read_write_cost(bigint,bigint,bigint,bool=1); #endif