]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost28147/ctr.go
Download link for 5.14.1 release
[gogost.git] / gost28147 / ctr.go
index 45119fecd3245abaf793ad09da45e5607b703c66..2102135dcf23a9226b229bb712f9915b1bec743e 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
@@ -53,5 +53,4 @@ MainLoop:
                }
                i++
        }
-       return
 }