aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 730ef3f9fa9aa42a53571d6c697c434dcbb751db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

   

sha1

Introduction

Verilog implementation of the SHA-1 cryptgraphic hash function. The implementaion follows the specification in NIST FIPS 180-4.

This core is based on the project at: https://github.com/secworks/sha1

Implementation details

Altera Cyclone IV GX

Implementation using Altera Quartus-II 13.1 with a EP4CGX22CF19C6 device as target. * 10718 LEs * 3575 Regs * 103 MHz

TODO

  • Extensive functional verification in real HW.
  • Add Wishbone interface.
  • Documentation

Status

(2014-02-21):

Moved the core to Cryptech.