In alpha release of php5.6 a new hash algorithm gost-crypto was added. I tried to look into documentation but the only information I found that it is added and nothing else.
Also there is no information on google (due to the fact that it was released today).
So how should I use it (gost-crypto('hello');
does not work) and in what cases is is better then other already available hashes md5 or crypt?
You can see the new tests here: https://github.com/php/php-src/blob/master/ext/hash/tests/gost.phpt?source=c
The relevant ticket with more explanations is here: https://github.com/php/php-src/pull/430