I made a rust implementation of my previous attempt in python. You can find all the explanations there.
Basic idea and control examples could be found here GOST 2015.pdf
Goal of this project was to achieve a speed improvement (Turned out to be like 100x times faster with --release flag) and to learn basic concepts of a new language