[Cryptech-Commits] [core/aes] branch master updated (b4eeece -> 1ecc3b5)

git at cryptech.is git at cryptech.is
Thu Nov 27 14:48:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a change to branch master
in repository core/aes.

      from  b4eeece   Adding readme for the aes core.
       new  be15776   Adding license file too.
       new  1ecc3b5   Adding RTL source files for the AES core.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                      |   24 +
 src/rtl/aes.v                |  586 ++++++++++++++++++++++
 src/rtl/aes_core.v           |  344 +++++++++++++
 src/rtl/aes_decipher_block.v |  542 ++++++++++++++++++++
 src/rtl/aes_encipher_block.v |  501 +++++++++++++++++++
 src/rtl/aes_inv_sbox.v       | 1136 +++++++++++++++++++++++++++++++++++++++++
 src/rtl/aes_key_mem.v        |  479 ++++++++++++++++++
 src/rtl/aes_sbox.v           | 1137 ++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 4749 insertions(+)
 create mode 100644 LICENSE
 create mode 100644 src/rtl/aes.v
 create mode 100644 src/rtl/aes_core.v
 create mode 100644 src/rtl/aes_decipher_block.v
 create mode 100644 src/rtl/aes_encipher_block.v
 create mode 100644 src/rtl/aes_inv_sbox.v
 create mode 100644 src/rtl/aes_key_mem.v
 create mode 100644 src/rtl/aes_sbox.v



More information about the Commits mailing list