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