summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/chacha20_poly1305_decrypter_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable the ChaCha20+Poly1305 (kCC12) AEAD algorithm.wtc@chromium.org2014-03-271-4/+4
* Prefer length() over size() for std:string in QUIC code.wtc@chromium.org2014-03-191-3/+6
* Add ChaCha20Poly1305Encrypter, based onwtc@chromium.org2014-03-131-0/+129