[Plugin] MurmurHash3 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] MurmurHash3 (
/showthread.php?tid=645138)
Re: MurmurHash3 -
Kaperstone - 23.11.2017
Quote:
Originally Posted by adri1
|
slower, lengthy.
Quote:
Originally Posted by Chaprnks
I'm curious, would this be possible to implement Mumurhash into y_stringhash?
|
no and why would you.
It will give zero advantage, if you mean "run it at the compiling runtime" then no, it won't be possible, plugin doesn't work until you start the server.
Re: MurmurHash3 -
ShapeGaz - 23.11.2017
Quote:
Originally Posted by ThePhenix
Because Murmurhash is not meant to be used for passwords. It could be used for the same purposes as Bernstein.
I would like to see some speed comparisons versus Bernstein as I think Bernstein is definitely faster. I'm not sure.
|
You want compare hash functions in pawn or what?
Quote:
Originally Posted by adri1
Why don't you use SHA256_PassHash function?
|
Because MumurHash isn't for security and why I need use SHA256, if exist SHA256?...
Re: MurmurHash3 -
Calgon - 23.11.2017
Quote:
Originally Posted by Kaperstone
slower, lengthy.
no and why would you.
|
What do you mean no? Why isn't it possible?