mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-05 14:13:12 +00:00
With let, there was the following error: Error: 'generateAuthenticatorNaive' is not GC-safe as it accesses 'ec_p1_mult' which is a global using GC'ed memory Fix is to use func, which also defines the interface much better. Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>