Provides a HashAlgorithm implementation of the Murmur3 algorithm compatible with .NETStandard 1.4 and up.
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | darrenkopp | 
| Last Update: | Wednesday, May 17, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/darrenkopp/murmurhash-net | 
| NuGet Url: | https://www.nuget.org/packages/MurmurHash.NETStandard | 
Install
Install-Package MurmurHash.NETStandard
                        dotnet add package MurmurHash.NETStandard
                        paket add MurmurHash.NETStandard
                        
                                MurmurHash.NETStandard Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- NETStandard.Library(>= 1.6.1)