Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucb-bar/sha3
https://github.com/ucb-bar/sha3
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucb-bar/sha3
- Owner: ucb-bar
- License: other
- Created: 2014-06-09T17:23:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T20:50:38.000Z (9 months ago)
- Last Synced: 2024-08-02T09:27:21.910Z (3 months ago)
- Language: Verilog
- Size: 835 KB
- Stars: 76
- Watchers: 18
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-hardware - sha3
README
# SHA3 RoCC Accelerator
This is an accelerator that implements the Secure Hash Algorithm 3.
It is mainly meant to be used in the
[Chipyard development environment](https://github.com/ucb-bar/chipyard)
but can be ported to other environments (i.e. plain
[Rocket Chip](https://github.com/chipsalliance/rocket-chip)).
For more information on how the accelerator works, please refer to the
[SHA3 documentation in Chipyard](https://chipyard.readthedocs.io/en/latest/Generators/SHA3.html).# Software Workloads
See [software/README.md](software/README.md) for more information on building software tests for this
accelerator.# References
https://people.eecs.berkeley.edu/~kubitron/courses/cs262a-F13/projects/reports/project11_report.pdf