Jump to content

Talk:AES implementations

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 99.74.177.187 (talk) at 23:23, 25 November 2020 (Hardware - Apple: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconUnited States: Government List‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject United States, a collaborative effort to improve the coverage of topics relating to the United States of America on Wikipedia. If you would like to participate, please visit the project page, where you can join the ongoing discussions.
ListThis article has been rated as List-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject U.S. Government (assessed as Low-importance).
WikiProject iconCryptography: Computer science List‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Cryptography, a collaborative effort to improve the coverage of Cryptography on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
ListThis article has been rated as List-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the importance scale.
Taskforce icon
This article is supported by WikiProject Computer science (assessed as Low-importance).

GnuTLS

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

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

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

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

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.