Talk:AES implementations

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

GnuTLS[edit]

I'm opening discussion for the inclusion of GnuTLS as a C implementation of AES. It performs more or less as a drop in for OpenSSL. Quoted from the GnuTLS page: "GnuTLS is a secure communications library. It provides a C language application programming interface (API) to access security protocols such as IETF's transport layer security (TLS) protocols." I'm going to add the library, anyone feel free to provide counterpoint to it's inclusion though.

Tului (talk) 04:09, 11 June 2011 (UTC)[reply]

no pycrypt[edit]

there is no longer a functioning pycrypt module being posted on the link given. — Preceding unsigned comment added by 213.105.62.2 (talk) 09:04, 30 August 2011 (UTC)[reply]

Removing wrappers[edit]

I suggest removing all the libraries that merely wrap other implementations. These are not AES implementations in and of themselves, though they can be very useful for development. This includes M2Crypto, NCrypt, pycryptopp and probably more. — Preceding unsigned comment added by 79.171.96.132 (talk) 16:52, 19 October 2011 (UTC)[reply]

posting code and PTX[edit]

I couldn't find anywhere else to post the different raw code implementations, so I chose here. Maybe another page is in order? If someone can take care of them it would be great. I only posted the MixColumns step, as anything more would be even more enormous. I have the rest of the implementations in PTX/C#/C++ if needed. Also, the PTX method is probably around twice the length as it could be, and should be optimized as much as possible. — Preceding unsigned comment added by Codekrash (talkcontribs) 07:52, 27 August 2012 (UTC)[reply]

Hardware - Apple[edit]

Many of the Apple ARM-based systems have hardware AES. This includes the M1 (where it is significantly faster than AES-NI), as well as many or all of the A-series and T-series, and likely the S-series as well. 99.74.177.187 (talk) 23:24, 25 November 2020 (UTC)[reply]

Missing implementation: Perl's Crypt::Rijndael[edit]

I think the perl implementation should be mentioned. 193.175.194.185 (talk) 18:45, 26 March 2023 (UTC)[reply]

3GPP Encryption Method "EEA2" for LTE is based on AES, see nice summary by E/// at https://www.ericsson.com/en/blog/2021/6/evolution-of-cryptographic-algorithms: "The encryption algorithm 128-EEA2 is AES in counter mode (AES-CTR) while the integrity algorithm 128-EIA2 is AES in CMAC mode" — Preceding unsigned comment added by 212.121.131.214 (talk) 16:59, 15 November 2023 (UTC)[reply]