Files
mongo/src/third_party/shim_tomcrypt.cpp
Jason Carey ffe9014101 SERVER-30218 Add SHA256 Support
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.
2017-07-25 10:48:44 -04:00

4 lines
169 B
C++

// This file intentionally blank. shim_tomcrypt.cpp is part of the
// third_party/tomcrypt library, which is just a placeholder for forwarding
// library dependencies.