summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-01 19:01:10 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-01 19:01:10 +0200
commitbd74ed7da467de11128c57c4c424febe4a7e2f39 (patch)
tree8c6f55776de2d385193c12a2cacfa2733be0b09d /manual
parent1e224506be6d824ea9ed1855fa46d039e5ffefd5 (diff)
Replaced sha1 implementation
Diffstat (limited to 'manual')
-rw-r--r--manual/CHAPTER_Auxlibs.tex6
-rw-r--r--manual/weblinks.bib6
2 files changed, 3 insertions, 9 deletions
diff --git a/manual/CHAPTER_Auxlibs.tex b/manual/CHAPTER_Auxlibs.tex
index 0726e031..8d3ed743 100644
--- a/manual/CHAPTER_Auxlibs.tex
+++ b/manual/CHAPTER_Auxlibs.tex
@@ -6,9 +6,9 @@ with Yosys.
\section{SHA1}
-The files in {\tt libs/sha1/} provide a SHA1 implementation written by Micael
-Hildenborg \citeweblink{smallsha1}. It is used for generating unique names when
-specializing parameterized modules.
+The files in {\tt libs/sha1/} provide a public domain SHA1 implementation written
+by Steve Reid, Bruce Guenter, and Volker Grabsch. It is used for generating
+unique names when specializing parameterized modules.
\section{BigInt}
diff --git a/manual/weblinks.bib b/manual/weblinks.bib
index 9b6032ed..5215a6ca 100644
--- a/manual/weblinks.bib
+++ b/manual/weblinks.bib
@@ -132,9 +132,3 @@
note = {\url{http://mattmccutchen.net/bigint/}}
}
-@misc{smallsha1,
- author = {Micael Hildenborg},
- title = {{smallsha1}},
- note = {\url{https://code.google.com/p/smallsha1/}}
-}
-