|
Boost : |
From: Nigel Stewart (ns_at_[hidden])
Date: 2005-12-12 14:55:31
> When I need crypto algorithms, I use Crypto++, a fine, open source,
> C++ library of cryptographic primitives. ;-)
> [ Which, unsurprisingly, includes several digest implementations,
> including MD5 ]
>
> Project page: <http://www.eskimo.com/~weidai/cryptlib.html>
Thanks for the link, looks like a good resource for
crypto applications. In our case, we just want to
hash strings to detect changes or errors, and a bit
shy of exporting "true crypto" compiled/linked into
our application from the USA to solve a non-crypto
problem.
std::string boost::md5(const std::string &) const
Nigel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk