Preferable way is to download tarball with the signature from official website and, for example, run tests with benchmarks: % 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 And then you can include its source code in your project for example like this: % mkdir -p myproj/src % export GOPATH=$PWD/myproj % cd myproj/src % cat > main.go < Look in PUBKEY.asc file. % gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0x82343436696FC85A % gpg --auto-key-locate dane --locate-keys gogost at cypherpunks dot ru % gpg --auto-key-locate wkd --locate-keys gogost at cypherpunks dot ru % gpg --auto-key-locate pka --locate-keys gogost at cypherpunks dot ru