02-21-2015, 06:44 PM
@STR: Added in the CryptoHashAPI branch, here's the PR: https://github.com/mc-server/MCServer/pull/1758
I exported the functions in a new namespace, cCryptoHash, to avoid global namespace pollution. The old global md5 function is unchanged in functionality, but will log a warning that it is obsolete.
I exported the functions in a new namespace, cCryptoHash, to avoid global namespace pollution. The old global md5 function is unchanged in functionality, but will log a warning that it is obsolete.