[Cryptech-Commits] [core/cipher/chacha] branch master updated (549b75a -> f4731e8)

git at cryptech.is git at cryptech.is
Wed Dec 28 10:00:33 UTC 2016


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/cipher/chacha.

    from 549b75a  (1) Added api addresses and constants for core name and version. (2) Changed addresses for control, status and config to match the ct standard. (3) Updated the testbench to use the changed addresses.
     add f4731e8  (1) Cleanup of top an core code with no functional changes. The code is now much more compact. (2) Fixed how the QR modules are used in parallel to actually work in parallel. This increases performance. (3) Changed registers into arrays and cleaned up how operands and data are accessed. This decreased total design size.

No new revisions were added by this update.

Summary of changes:
 src/rtl/chacha.v        |  793 ++++----------------------------
 src/rtl/chacha_core.v   | 1176 +++++++++++------------------------------------
 src/tb/tb_chacha.v      |  258 ++++++-----
 src/tb/tb_chacha_core.v |  137 +++---
 4 files changed, 564 insertions(+), 1800 deletions(-)



More information about the Commits mailing list