Gary D. Gregory created CODEC-276: ------------------------------------- Summary: Reliance on default encoding in MurmurHash2 and MurmurHash3 Key: CODEC-276 URL: https://issues.apache.org/jira/browse/CODEC-276 Project: Commons Codec Issue Type: Improvement Reporter: Gary D. Gregory Assignee: Gary D. Gregory
Found reliance on default encoding by callingĀ {{String.getBytes()}} in: - org.apache.commons.codec.digest.MurmurHash2.hash32(String) - org.apache.commons.codec.digest.MurmurHash3.hash128(String) - org.apache.commons.codec.digest.MurmurHash3.hash32(String) -- This message was sent by Atlassian Jira (v8.3.4#803005)