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