Murmur3 Hashing Algorithm This library is based on the Implementation of Murmur3 Algorithm Hashing alogrithm created by Austin Appleby. This project has taken references from other available implementation of the Algorithm.
At this point the library supports 128-bit x64 Architecture format. Please read CHANGELOG.md to follow up on the latest releases.
.\Dockerfile-ps.ps1 -Build
.\Dockerfile-ps.ps1 -Run
Murmur3_x64_128 mHash = new Murmur3_x64_128(0);
string strHash = "Hello World";
byte[] finHash = mHash.ComputeHash(Encoding.ASCII.GetBytes(strHash));