elm-package.json
file at this tag.version | 1.0.0 |
license | MIT |
native-modules | False |
elm-version | 0.17.0 <= v < 0.18.0 |
Tag | 1.0.0 |
Committed At | 2020-09-17 20:51:58 UTC |
elm-lang/core | 4.0.0 <= v < 5.0.0 | 4.0.5 |
This is an elm implementation of the murmur 3 hash function. Murmur 3 is well suited for hashing strings quickly, and with a low chance of collisions. It is not, however, suitable for cryptographic use (like hashing a password).
To use, simply import the namespace:
import Murmur3
Then hash a string
Murmur3.hashString 1234 "test"