murmur3cr32b v1.0.0

Pure crystal implementation of MurmurHash3 32 bit variant

murmur3cr32b

By the book pure crystal implementation of the 32 bit variant of MurmurHash3

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      murmur3cr32b:
        github: globoplox/murmur3cr32b
    
  2. Run shards install

Usage

require "murmur3cr32b"

hash : UInt32 = MurmurHash3.hash_32b "text to hash".bytes, seed: Random::DEFAULT.next_u

Contributors

Repository

murmur3cr32b

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • 6 months ago
  • April 14, 2024
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 02:39:10 GMT

Languages