Rodrigo Schio
Results
3
comments of
Rodrigo Schio
No problem, thank you.
> For the existing implementation, it is true that len(cleartext)==len(ciphertext). That might not be true for some other implementation, such as authenticated encryption (which we didn't need here because of...
Yes, I did some tests in my branches using my real server and I got really good speedups like ~10x using a concurrent version of ReadAll. That said I think...