Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.16 KB

Message Digest Chisel Generator

This is a series of Chisel modules capable of generating hardware for several common message digest algorithms.

Authors

This is a WIP

Currently the following are supported:

We hope to support SHA-2 and its several variants.

How to get started

Clone this repository

git clone [email protected]:tjbanghart/sha-hash-generator.git
cd sha-hash-generator

Run some tests

./scripts/test.sh

You should see a whole bunch of output that ends with something like the following lines

[info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 5 s, completed Dec 16, 2020 12:18:44 PM

NOTE: We are actively debugging several issues with the hash algorithm implementations. You may still run sbt test but they will fail.