]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost28147/ctr.go
Use more modern Go version
[gogost.git] / gost28147 / ctr.go
index 805c95da6f87809029ceeeb6932ad3cb3f89602d..6bb3dda24e6b66620c01d78a6c9fd48f09eef0dd 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
@@ -53,5 +53,4 @@ MainLoop:
                }
                i++
        }
-       return
 }