dusk-network / dusk-crypto

Cryptographic primitives created for the Dusk Network ecosystem but widely applicable everywhere else
https://dusk.network
12 stars 9 forks source link

benchmarks in `base58` package panic #5

Closed autholykos closed 5 years ago

autholykos commented 5 years ago

Problem is related to the fact that the loop for the benchmarks overflows the pre-generated pairs. It is fine to reuse the pregenerated slice once the benchmark index goes over it

autholykos commented 5 years ago

merged on master