This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, janssen, pitrou
Date 2016-08-22.11:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471866112.69.0.218102927045.issue27768@psf.upfronthosting.co.za>
In-reply-to
Content
In this case, performance is security. Both AES-GCM and ChaCha20-Poly1305 are secure. Modulo one thing: GCM in software is hard to implement in constant-time, so it's strongly preferable to use it only when there's a hardware implementation. It works out nicely that in addition to being constant-time, the hardware implementation of GCM is faster.
History
Date User Action Args
2016-08-22 11:41:52alexsetrecipients: + alex, gregory.p.smith, janssen, pitrou, giampaolo.rodola, christian.heimes, dstufft
2016-08-22 11:41:52alexsetmessageid: <1471866112.69.0.218102927045.issue27768@psf.upfronthosting.co.za>
2016-08-22 11:41:52alexlinkissue27768 messages
2016-08-22 11:41:52alexcreate