You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2019/12/29 21:28:00 UTC

[jira] [Created] (CODEC-276) Reliance on default encoding in MurmurHash2 and MurmurHash3

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)