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?