]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost28147/cfb.go
Download link for 5.14.1 release
[gogost.git] / gost28147 / cfb.go
index 9c04da199024beefcc1d04cc45af6ae0a62ed2c5..5dc559d7440fce3d4476b82a9d16f0f56ce7a17a 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2023 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
@@ -44,7 +44,6 @@ MainLoop:
                }
                i++
        }
-       return
 }
 
 type CFBDecrypter struct {
@@ -76,5 +75,4 @@ MainLoop:
                }
                i++
        }
-       return
 }