[Cryptech-Commits] [core/hash/sha3] branch master updated (8dcb8ea -> f762c8d)

git at cryptech.is git at cryptech.is
Mon Jun 7 19:09:04 UTC 2021


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

paul at psgd.org pushed a change to branch master
in repository core/hash/sha3.

    from 8dcb8ea  Added demo program for STM32 to test the core in hardware.
     new 9c5acbb  Reformatted
     new 4c32ceb  Change reads from clocked to unclocked to match read timing of other cores.
     new f762c8d  The SHA-3 algorithm really wants everything to be little-endian, which is at odds with everything else in our system (including the register interface to sha3_wrapper). Rather than trying to rewrite Bernd's beautiful code, I'll isolate it in its own little-endian universe by byte-swapping all reads and writes.

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


Summary of changes:
 src/rtl/sha3.v             | 326 ++++++++++---------
 src/rtl/sha3_wrapper.v     |  96 +++---
 src/tb/tb_sha3.v           |  24 +-
 stm32/sha3_driver_sample.c | 773 +++++++++++++++++++++++----------------------
 4 files changed, 612 insertions(+), 607 deletions(-)



More information about the Commits mailing list