summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Explicitly link C++ standard libraryHEADmasterGravatar Benjamin Barenblat2018-10-07
| | | | | | | | | | This library is a C++ library, but it will be linked by a C compiler. Explicitly specify libstdc++ as a library dependency so linking will succeed. This is somewhat of a stopgap; in the long term, the build system should figure out whether you’re linking against libstdc++ or libc++ and stick the correct one in lib.urp.
* Switch build system to CMakeGravatar Benjamin Barenblat2015-08-17
|
* Add SHA-2 supportGravatar Benjamin Barenblat2015-06-15
|
* Abstract away OpenSSL API detailsGravatar Benjamin Barenblat2015-06-15
|
* Add SHA-1 supportGravatar Benjamin Barenblat2015-06-15
|
* Initial commit of the cryptographic hash libraryGravatar Benjamin Barenblat2015-06-15