relic-toolkit / relic

Code
Other
452 stars 179 forks source link

bench_rand.c not compiling with RAND=CALL #263

Closed jgdumas closed 1 year ago

jgdumas commented 1 year ago

In file bench/bench_rand.c

65: rand_bytes(buffer, k);

error: ‘k’ was not declared in this scope

Replace k, by sizeof(buffer) ?

dfaranha commented 1 year ago

Fixed with 41c8f80c42221f72e3c66488fbf52f711de12b2e, thanks for notifying!