diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-13 23:10:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-13 23:10:21 +0000 |
commit | 3aa8b1dd6e0f504ef83da99f8c9cdb2532f948f5 (patch) | |
tree | ca300cbdbc9b1ca3224441e50375d94c092223e8 /raw-wiki-dump/GitRepositories%2Fcore%2Fhash%2Fsha512.md | |
parent | 4ba5e00d5cdd42087a76e379cc39604b2da89ea4 (diff) |
Initial conversion pass
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Fcore%2Fhash%2Fsha512.md')
-rw-r--r-- | raw-wiki-dump/GitRepositories%2Fcore%2Fhash%2Fsha512.md | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Fcore%2Fhash%2Fsha512.md b/raw-wiki-dump/GitRepositories%2Fcore%2Fhash%2Fsha512.md new file mode 100644 index 0000000..bec9494 --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fcore%2Fhash%2Fsha512.md @@ -0,0 +1,58 @@ +``` +#!htmlcomment + +This page is maintained automatically by a script. Don't modify this page by hand, +your changes will just be overwritten the next time the script runs. Talk to your +Friendly Neighborhood Repository Maintainer if you need to change something here. + +``` + +``` +#!html +<h1>sha512</h1> + +<p>Verilog implementation of the SHA-512 hash function. This implementation +complies with the functionality in NIST FIPS 180-4. The supports the +SHA-512 variants SHA-512/224, SHA-512/256, SHA-384 and SHA-512.</p> + +<h2>Implementation details</h2> + +<p>The core uses a sliding window with 16 64-bit registers for the W +memory. The top level wrapper contains flag control registers for init +and next that automatically resets. This means that the flags must be +set for every block to be processed.</p> + +<h2>Status</h2> + +<p><strong><em>(2014-04-05)</em></strong></p> + +<p>RTL for the core and top is completed Testbenches for core and top +completed. All single block and dual block test cases works. Results +after building the complete design for Altera Cyclone V GX:</p> + +<ul> +<li>2919 ALMs</li> +<li>3609 Registers</li> +<li>77 MHz max clock frequency</li> +</ul> + +<p><strong><em>(2014-03-24)</em></strong></p> + +<p>Core works for the SHA-512 mode case. Added top level wrapper and built +the design for Altera Cyclone V GX:</p> + +<ul> +<li>2923 ALMs</li> +<li>3609 Registers</li> +<li>80 MHz max clock frequency</li> +</ul> + +<p><strong><em>(2014-02-23)</em></strong></p> + +<p>Initial version. Based on the SHA-256 core. Nothing really to see yet.</p> +``` + +[[RepositoryIndex(format=table,glob=core/hash/sha512)]] + +| Clone `https://git.cryptech.is/core/hash/sha512.git` | +|---| |