mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:23:46 +00:00
refactor: use std::endian directly, enum class EDefaultSkins, rename reserved-prefix helpers
This commit is contained in:
@@ -22,7 +22,7 @@ std::wstring Hasher::getHash(std::wstring& name) {
|
||||
// return new BigInteger(1, m.digest()).toString(16);
|
||||
|
||||
// TODO 4J Stu - Will this hash us with the same distribution as the MD5?
|
||||
return _toString(hash_value(s));
|
||||
return toString(hash_value(s));
|
||||
//}
|
||||
// catch (NoSuchAlgorithmException e)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user