aboutsummaryrefslogtreecommitdiffstats
path: root/libs/sha1
Commit message (Collapse)AuthorAgeFilesLines
* Use static constexpr instead of static const where possible.Henner Zeller2020-04-141-3/+3
| | | | | | | In particular inside class declarations, a static const assignment is technically not a definition, while constexpr is. Signed-off-by: Henner Zeller <h.zeller@acm.org>
* Compile fix for visual studioClifford Wolf2014-12-111-0/+1
|
* switching from unreliable typedefs to precisely sized uint32_t and uint64_tSlowRiot2014-11-202-19/+16
|
* fixing incorrect buffer size allocation, and unsafe integer size typeSlowRiot2014-11-202-60/+64
|
* A few indent fixesClifford Wolf2014-10-151-1/+1
|
* Changed to explicit heap allocated memoryWilliam Speirs2014-10-151-1/+4
|
* Replaced sha1 implementationClifford Wolf2014-08-012-234/+327
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-272-0/+234