summaryrefslogtreecommitdiff
path: root/src/third_party/shim_tomcrypt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-30218 Add SHA256 SupportJason Carey2017-07-251-0/+3
The addition of a SHA256Block will give us the flexibility to handle new workloads that aren't appropriate for SHA1. As part of this change, let's make the current code templatized so we can limit as strongly as possible the duplication of code between sha1 and sha256.