From 655efb860a6a89915d001c382ff274a11d1ce7a2 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 30 May 2024 02:40:17 -0400 Subject: [PATCH] start docs --- docs/info.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/info.md b/docs/info.md index ce1f04c..26abd0e 100644 --- a/docs/info.md +++ b/docs/info.md @@ -9,12 +9,14 @@ You can also include images in this folder and reference them in the markdown. E ## How it works -Explain how your project works +This is a minimal SHA-256 hash core implemented in a single-cycle-round architecture. TODO: expand +on this ## How to test -Explain how to use your project +TODO: write instructions ## External hardware -List external hardware used in your project (e.g. PMOD, LED display, etc), if any +No external hardware is needed besides some method of interacting with the bus to transfer commands +and data.