INSTALL | 4 +++- www.texi | 4 +++- diff --git a/INSTALL b/INSTALL index a70a9f19603040d7da3275ae1466a87184cae91196a0387d6eb7f47f089af5ba..72622bdb0cc4b4f4edb5ea2d6463fc26e4da9f27411cd69169eacb2bb90626cf 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,9 @@ % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz % xz -d < gogost-1.1.tar.xz | tar xf - - % make -C gogost-1.1 bench + % make -C gogost-1.1 all bench + % echo hello world | ./gogost-1.1/streebog256 + f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d And then you can include its source code in your project for example like this: diff --git a/www.texi b/www.texi index 61b8e6252b6258a6ffb7d60e7e337919f2dc499b2b5a8a988ee9c7effa1af17b..47a8c9a788aa82418fd89239f8b9a2306745b7d53fd1d0f105e624392fec7fb7 100644 --- a/www.texi +++ b/www.texi @@ -92,7 +92,9 @@ % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz % xz -d < gogost-1.1.tar.xz | tar xf - -% make -C gogost-1.1 bench +% make -C gogost-1.1 all bench +% echo hello world | ./gogost-1.1/streebog256 +f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d @end verbatim And then you can include its source code in your project for example