public
Description: An implementation of the Advanced Encryption Standard (AES) algorithm meant for study to go along with "A Stick Figure Guide to the Advanced Encryption Standard (AES)" blog post at www.moserware.com
Homepage: http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html
Clone URL: git://github.com/moserware/AES-Illustrated.git
name age message
file Aes.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file AesIllustrated.csproj Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file AesIllustrated.sln Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file ByteMatrix.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file ByteUtilities.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file Constants.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file Debugging.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file FiniteFieldMath.cs Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
file KeySchedule.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
directory Layers/ Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
file License.txt Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
directory NIST Known Answer Test Vectors/ Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file NistKnownAnswerTestFileParser.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file NistKnownAnswerTestVectors.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file PaddingUtilities.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file Program.cs Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
file ProjectPaths.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
directory Properties/ Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file RandomizedCapiTests.cs Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
file Rijndael.cs Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
directory Rounds/ Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file Settings.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file State.cs Tue Sep 22 04:22:41 -0700 2009 Commit of AES Illustrated code to go along with... [moserware]
file SubstitutionBox.cs Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
directory Transforms/ Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
directory bin/ Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]
directory obj/ Wed Sep 23 20:17:06 -0700 2009 Fixed a bug in the CBC decryption transform (wr... [moserware]