]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost28147/ctr.go
Use more modern Go version
[gogost.git] / gost28147 / ctr.go
index b0f3e04e774d925aff757f0b66b15b06ebd8b35f..6bb3dda24e6b66620c01d78a6c9fd48f09eef0dd 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2022 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
@@ -53,5 +53,4 @@ MainLoop:
                }
                i++
        }
-       return
 }