]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost34112012512/hash.go
OpenSSH signature support
[gogost.git] / gost34112012512 / hash.go
index efab54d6f92ddb20112fa8e726e4f97cd6c3d5ca..b6f2729568b0bb353992e331280736b5baede92a 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2021 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2023 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
@@ -14,7 +14,7 @@
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 // GOST R 34.11-2012 512-bit hash function.
-// RFC 6986.
+// RFC 6986. Big-endian hash output.
 package gost34112012512
 
 import (