Tell me, please, how to obtain a hash in accordance with GOST R 34.11-94 from the specified byte[] .
For example, there is a certain text.
String text = "abcd"; //Из этого получаю input byte[] input = text.getBytes(); then i need from byte[] get a hash.