Note: While this version has breaking changes made to AtLiteralStringHash(string, uint) and AtLiteralStringHashUtf8(string, uint), the changes were done because the old behaviors contradict what their documentations say. Previously, they called AtPartialStringHash variants while AtLiteralStringHash(byte[], uint) generates Jenkins One-at-a-time hashes without any character conversions before hashing as intended. If your scripts didn't expect AtLiteralStringHash(string, uint) or AtLiteralStringHashUtf8(string, uint) to convert strings to Jenkins One-at-a-time hashes without any character conversions before hashing, they might need to be modified.
- Merge pull request #1758 from Tivertoni/stringhash-fix
- Short commit hash:
17c9959 - Full commit hash:
17c99593d189a5baa40c4cc831dfc57bdaae0836
- Short commit hash: