Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | The SHA-3 algorithm really wants everything to be little-endian, which isHEADmaster | Paul Selkirk | |
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. | |||
2021-06-02 | Change reads from clocked to unclocked to match read timing of other cores. | Paul Selkirk | |
2021-06-02 | Reformatted | Paul Selkirk | |
2017-12-05 | Ported core to CrypTech platform | Pavel V. Shatov (Meister) | |
- modified control logic (init & next flags instead of upper address bit) - registered output data bus - removed 8/16/32-bit data bus switch (we can only do 32 bits, moreover Xilinx synthesizer was too stupid to understand it) | |||
2015-03-09 | Adding initial version of sha3 core by Bernd Paysan. | Joachim StroĢmbergson | |