X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost28147%2Fcfb.go;h=428e18d56588965958b0a94130598377ae16589b;hb=HEAD;hp=b90bc38f1c1fa4889a6329d416fb83fdf3b07b33;hpb=6d9056bfe4a2d69469a1e70f3bf08f89b377b06e;p=gogost.git diff --git a/gost28147/cfb.go b/gost28147/cfb.go index b90bc38..5dc559d 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2021 Sergey Matveev +// Copyright (C) 2015-2024 Sergey Matveev // // 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 }