Okay. Please look at extending cmCryptoHash to offer access to
the _Final functions to get the binary digests directly as
`std::vector` or something like that. That will
avoid the binary->hex->binary conversion sequence before going
to Base64. Also, please explain the motivation in comments.
On 08/09/2016 04:35 PM, Christoph GrĂ¼ninger wrote:
> I am annoyed by the lengthy and disturbing warning CMake emits when a
> package is not found because neither a Find*.cmake file is found nor a
> *config.cmake file. I always try to have zero warnings, but missing
> dependencies is common. Emittin
On 08/10/2016 06:15 AM, Sebastian Holtermann wrote:
> These patches change the private abstract interface of cmCryptoHash to
> return std::vector instead of std::string.
> Conversion to std::string is handled by a static public method.
Nice. I've added this to the topic, now merged for testing h