Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-10 | Add support for hashing ifdstream | Boris Kolpackov | 1 | -2/+30 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-02-08 | Add abbreviated_string() to sha* classes | Karen Arutyunov | 1 | -5/+14 | |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 1 | -3/+16 | |
Note: gave up on VC about half way though. | |||||
2017-07-22 | Add fast-path SHA256 functions for integral types | Boris Kolpackov | 1 | -12/+25 | |
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-04-21 | Add sha256_to_fingerprint (), fingerprint_to_sha256 () | Karen Arutyunov | 1 | -0/+9 | |
2016-02-29 | Add '\0' string terminator to sha256 calculation | Boris Kolpackov | 1 | -2/+8 | |
Failed that, an empty string will be indistinguishable from no string. | |||||
2016-02-28 | Add SHA256 calculator | Boris Kolpackov | 1 | -0/+34 | |
Based on the sha256c.c file from the FreeBSD project and ported to compile on Linux, Mac OS, and Windows. The file is licensed under the simplified/2-clause BSD license so the library is now MIT/BSD-licensed. |