]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost34112012256/hash.go
Download link for 5.14.1 release
[gogost.git] / gost34112012256 / hash.go
index f1f7e9b01f125a80829ce04862c370c8b885ae2e..caf43ba777a12c70a9ffbad256335065eba0e651 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2019 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 // GOST R 34.11-2012 256-bit hash function.
-// RFC 6986.
+// RFC 6986. Big-endian hash output.
 package gost34112012256
 
 import (
        "hash"
 
-       "go.cypherpunks.ru/gogost/v4/internal/gost34112012"
+       "go.cypherpunks.ru/gogost/v5/internal/gost34112012"
 )
 
 const (