Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mmhash2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mmhash2

MurmurHash2 For Python3

  • 1.7
  • PyPI
  • Socket score

Maintainers
1

murmurhash is a fast hash function :: >>> import mmhash2

>>> print(mmhash2.murmurhash64a("zhenhao", 0x1234))
16299279845682521441

>>> print(mmhash2.dechex(mmhash2.murmurhash64a("zhenhao", 0x1234)))
'e232aca990972561'

>>> print(mmhash2.base62encode(mmhash2.murmurhash64a("zhenhao", 0x1234)))
'jq2Se1vfXaN'

>>> print(mmhash2.murmurhash64b('zhenhao', 0x1234))
4178523214822422458

MurmurHash2 http://murmurhash.googlepages.com/ MurmurHash2, 64-bit versions, by Austin Appleby

Modified by hit_zhenhao@163.com

linux python lib

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc