richardschneider/net-ipfs-core

murmur3

Closed this issue · 1 comments

Implement the murmur3-32 and murmur3-128 hash functions. Bouncy Castle does not have an implementation! See https://www.nuget.org/packages?q=murmur3 for NuGet packages.

Removing support because

  • Murmur is unsuitable for cryptographic purposes.
  • When using 128-bits, the x86 and x64 versions do not produce the same values!