X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=690ba98156248f97362ebc8cba233f39329b29a9;hb=830040ac890e529af5f4b58574a6835d2b91e493;hp=bf0b19cda674623f50ca1656809427b89db2a265;hpb=1510f0036d4f2df6af3e7004b0d252ca6a851544;p=gogost.git diff --git a/INSTALL b/INSTALL index bf0b19c..690ba98 100644 --- a/INSTALL +++ b/INSTALL @@ -28,12 +28,12 @@ like this: func main() { h := gost34112012256.New() - h.Write([]byte("hello world")) + h.Write([]byte("hello world\n")) fmt.Println(hex.EncodeToString(h.Sum(nil))) } EOF $ go run main.go - c600fd9dd049cf8abd2f5b32e840d2cb0e41ea44de1c155dcd88dc84fe58a855 + f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d GoGOST is also go-get-able. For example to use streebog256 utility: