chacha20poly1305 icon indicating copy to clipboard operation
chacha20poly1305 copied to clipboard

Possible infinite loop in benchmarking code

Open Oldes opened this issue 5 years ago • 1 comments

When y == 0.0, than there is infinite loop in the print_number function: https://github.com/jonasschnelli/chacha20poly1305/blob/795aa445efe79fcb78b7286cd74818c5a13520a1/bench.c#L40-L46

Oldes avatar Jun 26 '19 15:06 Oldes