aboutsummaryrefslogtreecommitdiffstats
path: root/libs/sha1/sha1.h
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-201-7/+4
|
* fixing incorrect buffer size allocation, and unsafe integer size typeSlowRiot2014-11-201-18/+20
|
* Replaced sha1 implementationClifford Wolf2014-08-011-49/+57
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-271-0/+49