mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
Replaced sha1 implementation
This commit is contained in:
parent
1e224506be
commit
bd74ed7da4
8 changed files with 334 additions and 283 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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/}}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue