chacha20poly1305 icon indicating copy to clipboard operation
chacha20poly1305 copied to clipboard

Simple ChaCha20Poly1305@Bitcoin C implementation

Results 6 chacha20poly1305 issues
Sort by recently updated
recently updated
newest added

Now it builds under Windows (and probably other compilers than gcc) + added CMake integration.

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

A stray .o file got checked in. Remove it.

Hello. I'm getting some warnings under GCC 7.2 that I'm not getting under Xcode 9.2 (uses Clang 4.0, I believe). Any ideas on resolving them? I suppose I could pass...

Hi @jonasschnelli ! Could you kindly put this code in the public domain? Some of the included dependencies are already PD, but not all of it unfortunately.